mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[GDI32] Get back the condition we had before.
svn path=/trunk/; revision=69030
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user