- compiles without PSDK again
- moved all defines that are missing without PSDK to Platform.h git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3436 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
8dbe4f1203
commit
bd25e070c8
23 changed files with 24 additions and 81 deletions
|
@ -387,10 +387,6 @@
|
|||
#define NSIS_DEFAULT_LANG 1033
|
||||
#endif
|
||||
|
||||
#ifndef INVALID_FILE_ATTRIBUTES
|
||||
#define INVALID_FILE_ATTRIBUTES ((DWORD)-1)
|
||||
#endif
|
||||
|
||||
#define VARS_SECTION_NAME ".ndata"
|
||||
|
||||
typedef char NSIS_STRING[NSIS_MAX_STRLEN];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue