mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +00:00
add prototype for DbgPrint so Winetests link properly with ReactOS.
svn path=/trunk/; revision=17107
This commit is contained in:
parent
94aa9ed23c
commit
8f091947d8
1 changed files with 3 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue