Fix definition of DbgPrint to be compatible

svn path=/trunk/; revision=27958
This commit is contained in:
Thomas Bluemel 2007-07-28 18:03:17 +00:00
parent 15036a5b02
commit eb673ff506

View file

@ -25,7 +25,7 @@
#define inline __inline
#endif
unsigned long DbgPrint(const char *Format,...);
ULONG DbgPrint(const char *Format,...);
struct _GUID;