summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
Diffstat (limited to 'implement.h')
-rw-r--r--implement.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/implement.h b/implement.h
index f92cc09..7504dd0 100644
--- a/implement.h
+++ b/implement.h
@@ -92,6 +92,8 @@ typedef VOID (APIENTRY *PAPCFUNC)(DWORD dwParam);
#if defined(__MINGW32__)
#include <stdint.h>
+#elif defined(__BORLANDC__)
+#define int64_t ULONGLONG
#else
#define int64_t _int64
#endif