mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
- Enabled the declaration of DbgPrint because they is used in DPRINT and CHECKPOINT macros.
svn path=/trunk/; revision=10660
This commit is contained in:
parent
868756af46
commit
34e45ee1c2
1 changed files with 1 additions and 1 deletions
|
@ -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, ...); */
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue