add prototype for DbgPrint so Winetests link properly with ReactOS.
authorSteven Edwards <winehacker@gmail.com>
Sat, 6 Aug 2005 18:03:53 +0000 (18:03 +0000)
committerSteven Edwards <winehacker@gmail.com>
Sat, 6 Aug 2005 18:03:53 +0000 (18:03 +0000)
svn path=/trunk/; revision=17107

reactos/include/wine/test.h

index a4734c9..6e42cb3 100644 (file)
@@ -24,6 +24,9 @@
 #include <stdarg.h>
 #include "windows.h"
 
+/* prototype for dbgprint */
+ULONG CDECL DbgPrint(IN PCH  Format,IN ...);
+
 /* debug level */
 extern int winetest_debug;