move NSIS_VARS_SECTION to sconf.h

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4536 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-02-24 19:12:04 +00:00
parent 7a5163ea59
commit 32a717faf5
2 changed files with 13 additions and 5 deletions

View file

@ -136,11 +136,6 @@
typedef char NSIS_STRING[NSIS_MAX_STRLEN];
// I'd love to move this one to config.py, but it must have quotes for #pragma
// and at the same time can't have quotes because the shell will kill it...
#define NSIS_VARS_SECTION ".ndata"
#endif//!APSTUDIO_INVOKED
#endif // NSIS_CONFIG_H