Commit in reactos/include/msvcrt on MAIN | |||
msvcrtdbg.h | +1 | -1 | 1.5 -> 1.6 |
- Enabled the declaration of DbgPrint because they is used in DPRINT and CHECKPOINT macros.
diff -u -r1.5 -r1.6 --- msvcrtdbg.h 25 Aug 2003 01:37:47 -0000 1.5 +++ msvcrtdbg.h 22 Aug 2004 21:06:36 -0000 1.6 @@ -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, ...); */