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/…
==============================================================================
--- 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;