mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
Don't display available resolutions even if DBG is set. Rely only on NDEBUG
svn path=/trunk/; revision=17002
This commit is contained in:
@@ -372,10 +372,10 @@ VBEInitialize(PVOID HwDeviceExtension)
|
||||
VBESortModes(VBEDeviceExtension);
|
||||
|
||||
/*
|
||||
* Print the supported video modes when DBG is set.
|
||||
* Print the supported video modes when NDEBUG is not set.
|
||||
*/
|
||||
|
||||
#if defined(DBG) && ! defined(NDEBUG)
|
||||
#ifndef NDEBUG
|
||||
for (CurrentMode = 0;
|
||||
CurrentMode < SuitableModeCount;
|
||||
CurrentMode++)
|
||||
|
||||
Reference in New Issue
Block a user