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,