win32 port: add x64 configurations

This commit is contained in:
Simon Goldschmidt
2023-10-10 20:14:16 +02:00
parent 66ef250b8c
commit 4323e95dce
12 changed files with 1033 additions and 10 deletions

View File

@@ -80,7 +80,11 @@ typedef int sys_prot_t;
#define S16_F "hd"
#define X16_F "hx"
#ifdef _WIN64
#define SZT_F "llu"
#else
#define SZT_F "lu"
#endif
#endif /* _MSC_VER */
/* Compiler hints for packing structures */