mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[SPEC2DEF] Fix compilation of generated stub C files with int64 parameters
This commit is contained in:
committed by
Mark Jansen
parent
980d8b1b12
commit
3636b46dfd
@@ -1,6 +1,10 @@
|
||||
#define WIN32_NO_STATUS
|
||||
#include <windef.h>
|
||||
|
||||
#ifndef PRIx64
|
||||
#define PRIx64 "I64x"
|
||||
#endif
|
||||
|
||||
#define EXCEPTION_WINE_STUB 0x80000100
|
||||
#define EH_NONCONTINUABLE 0x01
|
||||
|
||||
|
||||
Reference in New Issue
Block a user