mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix the last definition of DbgPrint
svn path=/trunk/; revision=23490
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user