Disabled the definition of DbgPrint for __GNUC__. DbgPrint is imported from ntdll.dll.

svn path=/trunk/; revision=3856
This commit is contained in:
Hartmut Birr 2002-12-09 20:07:46 +00:00
parent 1fa5ceab79
commit c8662b4cab

View file

@ -2,11 +2,11 @@
#ifdef __GNUC__ #ifdef __GNUC__
#else #else
#endif
ULONG DbgPrint(PCH Format,...) ULONG DbgPrint(PCH Format,...)
{ {
return 0; return 0;
} }
#endif
VOID STDCALL VOID STDCALL
MsvcrtDebug(ULONG Value) MsvcrtDebug(ULONG Value)