Author: akhaldi Date: Sat Sep 5 14:39:27 2015 New Revision: 69030
URL: http://svn.reactos.org/svn/reactos?rev=69030&view=rev Log: [GDI32] Get back the condition we had before.
Modified: trunk/reactos/win32ss/gdi/gdi32/wine/rosglue.c
Modified: trunk/reactos/win32ss/gdi/gdi32/wine/rosglue.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/win32ss/gdi/gdi32/wine/rosg... ============================================================================== --- trunk/reactos/win32ss/gdi/gdi32/wine/rosglue.c [iso-8859-1] (original) +++ trunk/reactos/win32ss/gdi/gdi32/wine/rosglue.c [iso-8859-1] Sat Sep 5 14:39:27 2015 @@ -519,7 +519,8 @@ DbgRaiseAssertionFailure(); }
-#if (_MSC_VER < 1900) && (DBG != 1) +#if defined(_MSC_VER) && (DBG != 1) + /* MSVC uses its own in this case. */ #else