- Enabled the declaration of DbgPrint because they is used in DPRINT and CHECKPOINT macros.

svn path=/trunk/; revision=10660
This commit is contained in:
Hartmut Birr 2004-08-22 21:06:36 +00:00
parent 868756af46
commit 34e45ee1c2

View file

@ -50,7 +50,7 @@
#endif /* NDEBUG */
/* ULONG CDECL DbgPrint(PCH Format, ...); */
/* ULONG DbgPrint(PCH Format,...); */
ULONG DbgPrint(PCH Format,...);
/* unsigned long DbgPrint(const char* Format, ...); */