mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:01:43 +00:00
[SPEC2DEF] Fix compilation of generated stub C files with int64 parameters
This commit is contained in:
parent
980d8b1b12
commit
3636b46dfd
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue