Fix the last definition of DbgPrint
authorAleksey Bragin <aleksey@reactos.org>
Sat, 5 Aug 2006 21:17:55 +0000 (21:17 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sat, 5 Aug 2006 21:17:55 +0000 (21:17 +0000)
svn path=/trunk/; revision=23490

reactos/include/reactos/libs/pseh/framebased.h

index a68469b..b190daf 100644 (file)
@@ -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;