added NSIS_CONFIG_LOG_STDOUT

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4510 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-01-27 17:53:00 +00:00
parent cfec122ba1
commit 94f7f3b673
11 changed files with 45 additions and 10 deletions

View file

@ -30,6 +30,12 @@
#endif
#endif
#ifdef NSIS_CONFIG_LOG_STDOUT
#ifndef NSIS_CONFIG_LOG
#error NSIS_CONFIG_LOG_STDOUT relies on NSIS_CONFIG_LOG, but NSIS_CONFIG_LOG is not defined
#endif
#endif
#if defined(NSIS_CONFIG_CRC_SUPPORT) && defined(NSIS_CONFIG_VISIBLE_SUPPORT)
#define _NSIS_CONFIG_VERIFYDIALOG
#endif