[ros-diffs] [fireball] 23490: Fix the last definition of DbgPrint
fireball at svn.reactos.org
fireball at svn.reactos.org
Sat Aug 5 23:17:56 CEST 2006
Author: fireball
Date: Sun Aug 6 01:17:55 2006
New Revision: 23490
URL: http://svn.reactos.org/svn/reactos?rev=23490&view=rev
Log:
Fix the last definition of DbgPrint
Modified:
trunk/reactos/include/reactos/libs/pseh/framebased.h
Modified: trunk/reactos/include/reactos/libs/pseh/framebased.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/reactos/libs/pseh/framebased.h?rev=23490&r1=23489&r2=23490&view=diff
==============================================================================
--- trunk/reactos/include/reactos/libs/pseh/framebased.h (original)
+++ trunk/reactos/include/reactos/libs/pseh/framebased.h Sun Aug 6 01:17:55 2006
@@ -45,7 +45,7 @@
# define _SEHSetJmp setjmp
# define _SEHJmpBuf_t jmp_buf
#endif
-unsigned long DbgPrint(const char * Format,...);
+unsigned long DbgPrint(PCCHAR Format,...);
typedef struct __SEHFrame
{
_SEHPortableFrame_t SEH_Header;
More information about the Ros-diffs
mailing list