add prototype for DbgPrint so Winetests link properly with ReactOS.

svn path=/trunk/; revision=17107
This commit is contained in:
Steven Edwards 2005-08-06 18:03:53 +00:00
parent 94aa9ed23c
commit 8f091947d8

View 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;