diff options
author | rpj <rpj> | 2005-04-01 01:28:29 +0000 |
---|---|---|
committer | rpj <rpj> | 2005-04-01 01:28:29 +0000 |
commit | f6f9976af7a520dd1aeced4f104f4d4711f28e23 (patch) | |
tree | 1a4e65f32d585c114af33772adfaa1995ffcf093 /implement.h | |
parent | 25e5c566c5b050a04fc03851895f72750f016e4e (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 69a70c6..286cd68 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 { /* |