Disabled the definition of DbgPrint for __GNUC__. DbgPrint is imported from ntdll...
authorHartmut Birr <osexpert@googlemail.com>
Mon, 9 Dec 2002 20:07:46 +0000 (20:07 +0000)
committerHartmut Birr <osexpert@googlemail.com>
Mon, 9 Dec 2002 20:07:46 +0000 (20:07 +0000)
svn path=/trunk/; revision=3856

reactos/lib/msvcrt/except/exhand2.c

index 46bc2ae..35a0ea0 100644 (file)
@@ -2,11 +2,11 @@
 
 #ifdef __GNUC__
 #else
-#endif
 ULONG DbgPrint(PCH Format,...)
 {
     return 0;
 }
+#endif
 
 VOID STDCALL
 MsvcrtDebug(ULONG Value)