mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Disabled the definition of DbgPrint for __GNUC__. DbgPrint is imported from ntdll.dll.
svn path=/trunk/; revision=3856
This commit is contained in:
parent
1fa5ceab79
commit
c8662b4cab
1 changed files with 1 additions and 1 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
#ifdef __GNUC__
|
||||
#else
|
||||
#endif
|
||||
ULONG DbgPrint(PCH Format,...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
VOID STDCALL
|
||||
MsvcrtDebug(ULONG Value)
|
||||
|
|
Loading…
Reference in a new issue