[SPEC2DEF] Fix compilation of generated stub C files with int64 parameters

This commit is contained in:
Andrew Boyarshin 2018-11-25 14:45:49 +07:00 committed by Mark Jansen
parent 980d8b1b12
commit 3636b46dfd

View file

@ -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