Added MakeNSISW donate link to permalink redirected donate page

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7049 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2018-11-11 22:05:32 +00:00
parent b2daa7d5fe
commit 4f695dbd30
8 changed files with 80 additions and 27 deletions

View file

@ -7,3 +7,7 @@
#ifndef IDC_STATIC
#define IDC_STATIC -1
#endif
#ifndef LWS_IGNORERETURN
#define LWS_IGNORERETURN 0x0002
#endif