Fix the last definition of DbgPrint

svn path=/trunk/; revision=23490
This commit is contained in:
Aleksey Bragin
2006-08-05 21:17:55 +00:00
parent 4a9752bbe4
commit 8310980ff6
@@ -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;