From 8310980ff66c96ede203db9ea75d4c040b0884f2 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 5 Aug 2006 21:17:55 +0000 Subject: [PATCH] Fix the last definition of DbgPrint svn path=/trunk/; revision=23490 --- reactos/include/reactos/libs/pseh/framebased.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/reactos/libs/pseh/framebased.h b/reactos/include/reactos/libs/pseh/framebased.h index a68469b400f..b190daf6635 100644 --- a/reactos/include/reactos/libs/pseh/framebased.h +++ b/reactos/include/reactos/libs/pseh/framebased.h @@ -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;