mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix definition of DbgPrint to be compatible
svn path=/trunk/; revision=27958
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#define inline __inline
|
||||
#endif
|
||||
|
||||
unsigned long DbgPrint(const char *Format,...);
|
||||
ULONG DbgPrint(const char *Format,...);
|
||||
|
||||
struct _GUID;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user