diff options
Diffstat (limited to 'src/win95/platform.h')
| -rw-r--r-- | src/win95/platform.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win95/platform.h b/src/win95/platform.h index 83dcb50..6198d94 100644 --- a/src/win95/platform.h +++ b/src/win95/platform.h @@ -1,6 +1,8 @@ #ifndef PLATFORM_INCLUDED #define PLATFORM_INCLUDED +#include <stdint.h> // int64_t + #include "shape.h" // struct imageheader /* @@ -42,6 +44,7 @@ typedef struct RECT typedef RECT RECT_AVP; +typedef int64_t __int64; /* Watcom C 64-bit values */ |
