21728 broke the release build, use an #ifndef instead.

svn path=/trunk/; revision=21738
This commit is contained in:
Andrew Munger 2006-04-25 01:31:00 +00:00
parent 3027bdebbd
commit 3958d172cb

View file

@ -55,7 +55,11 @@ CreateCommonFreeLoaderSections(PINICACHE IniCache)
NULL,
INSERT_LAST,
L"TimeOut",
DBG ? L"10" : L"0");
#ifndef DBG
L"0");
#else
L"10");
#endif
/* Create "Display" section */
IniSection = IniCacheAppendSection(IniCache,