[ros-diffs] [weiden] 27958: Fix definition of DbgPrint to be compatible

weiden at svn.reactos.org weiden at svn.reactos.org
Sat Jul 28 20:03:17 CEST 2007


Author: weiden
Date: Sat Jul 28 22:03:17 2007
New Revision: 27958

URL: http://svn.reactos.org/svn/reactos?rev=27958&view=rev
Log:
Fix definition of DbgPrint to be compatible

Modified:
    trunk/reactos/include/reactos/wine/debug.h

Modified: trunk/reactos/include/reactos/wine/debug.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/wine/debug.h?rev=27958&r1=27957&r2=27958&view=diff
==============================================================================
--- trunk/reactos/include/reactos/wine/debug.h (original)
+++ trunk/reactos/include/reactos/wine/debug.h Sat Jul 28 22:03:17 2007
@@ -25,7 +25,7 @@
 #define	inline __inline
 #endif
 
-unsigned long DbgPrint(const char *Format,...);
+ULONG DbgPrint(const char *Format,...);
 
 struct _GUID;
 




More information about the Ros-diffs mailing list