add prototype for DbgPrint so Winetests link properly with ReactOS. Modified: trunk/reactos/include/wine/test.h _____
Modified: trunk/reactos/include/wine/test.h --- trunk/reactos/include/wine/test.h 2005-08-06 18:02:57 UTC (rev 17106) +++ trunk/reactos/include/wine/test.h 2005-08-06 18:03:53 UTC (rev 17107) @@ -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;