[GDI32] Get back the condition we had before.

svn path=/trunk/; revision=69030
This commit is contained in:
Amine Khaldi
2015-09-05 14:39:27 +00:00
parent abfb19af87
commit 007c3df2e3
+2 -1
View File
@@ -519,7 +519,8 @@ _assert (
DbgRaiseAssertionFailure();
}
#if (_MSC_VER < 1900) && (DBG != 1)
#if defined(_MSC_VER) && (DBG != 1)
/* MSVC uses its own in this case. */
#else