mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
21728 broke the release build, use an #ifndef instead.
svn path=/trunk/; revision=21738
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user