mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +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__
|
#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)
|
||||||
|
|
Loading…
Reference in a new issue