mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 17:31:23 +08:00
Disabled the definition of DbgPrint for __GNUC__. DbgPrint is imported from ntdll.dll.
svn path=/trunk/; revision=3856
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
#ifdef __GNUC__
|
||||
#else
|
||||
#endif
|
||||
ULONG DbgPrint(PCH Format,...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
VOID STDCALL
|
||||
MsvcrtDebug(ULONG Value)
|
||||
|
||||
Reference in New Issue
Block a user