summaryrefslogtreecommitdiff
path: root/src/win95/platform.h
diff options
context:
space:
mode:
authorSteven Fuller <relnev@icculus.org>2001-07-05 18:05:07 +0000
committerPatryk Obara <dreamer.tan@gmail.com>2019-08-20 02:22:36 +0200
commit1fcf3c028ae1eb5072e70fa0a8a856dfbfae595b (patch)
treefa8525b82613bee8b819ce12b7e37dc044ec248c /src/win95/platform.h
parent49c2203275d1e8480f8778c8d8ce2a7947278b67 (diff)
afont.c now builds
Diffstat (limited to 'src/win95/platform.h')
-rw-r--r--src/win95/platform.h3
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 */