updated link to docs and buffer overrun prob

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@898 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
rainwater 2002-09-04 00:49:51 +00:00
parent 12f3bc0af7
commit 7f0129654f
6 changed files with 30 additions and 35 deletions

View file

@ -29,7 +29,7 @@
#define REGKEY "Software\\NSIS"
#define REGLOC "MakeNSISWPlacement"
extern const char *NSISW_VERSION;
extern const char NSISW_VERSION[];
// Methods
void SetTitle(HWND hwnd,char *substr);