summaryrefslogtreecommitdiff
path: root/implement.h
diff options
context:
space:
mode:
authorrpj <rpj>2005-04-26 02:41:11 +0000
committerrpj <rpj>2005-04-26 02:41:11 +0000
commit29d3e89b71281c626f151a1585a40d9d2448123b (patch)
treec74208412856a7ec52b4ba24650c697bd78b5ab9 /implement.h
parent20f8973d1ae941b0727f343c7f646b0eeb74087a (diff)
''
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