oops, quoting problems, back to config.h

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4496 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-01-21 15:59:33 +00:00
parent dcc5a3c002
commit 9f93fcfa18
2 changed files with 5 additions and 9 deletions

View file

@ -128,6 +128,11 @@
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