diff options
author | rpj <rpj> | 2005-04-01 00:55:20 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-01 00:55:20 +0000 |
commit | f63f8cd4f69317850dd5e8d6302acf3fbf849332 (patch) | |
tree | 6b4f380a003b5cd5f9759e2143c456bcf0c78709 /implement.h | |
parent | e01f06b3309760ffde46829bbee2c7234fd521c3 (diff) |
''
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/implement.h b/implement.h index abba13c..d2aee1b 100644 --- a/implement.h +++ b/implement.h @@ -90,6 +90,12 @@ typedef VOID (APIENTRY *PAPCFUNC)(DWORD dwParam); #define PTW32_INTERLOCKED_LPLONG PVOID* #endif +#if defined(__MINGW32__) +#include <stdint.h> +#else +#define int64_t _int64 +#endif + typedef enum { /* |