* Fix build.

svn path=/trunk/; revision=53380
This commit is contained in:
Amine Khaldi 2011-08-22 17:32:57 +00:00
parent 1115b655fa
commit b28c4ec0c7

View file

@ -208,7 +208,7 @@
/* ReactOS hacks */
void DbgBreak(void);
void DbgPrint(char *, ...);
unsigned long __cdecl DbgPrint(const char *Format, ...);
#define exit(n) DbgBreak()
#define printf DbgPrint