From 3958d172cb0ef378d46650bc03a3cec9bcca97de Mon Sep 17 00:00:00 2001 From: Andrew Munger Date: Tue, 25 Apr 2006 01:31:00 +0000 Subject: [PATCH] 21728 broke the release build, use an #ifndef instead. svn path=/trunk/; revision=21738 --- reactos/base/setup/usetup/bootsup.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reactos/base/setup/usetup/bootsup.c b/reactos/base/setup/usetup/bootsup.c index 15b24a3ce03..50934213253 100644 --- a/reactos/base/setup/usetup/bootsup.c +++ b/reactos/base/setup/usetup/bootsup.c @@ -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,