summaryrefslogtreecommitdiff
path: root/src/win95
diff options
context:
space:
mode:
Diffstat (limited to 'src/win95')
-rw-r--r--src/win95/platform.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/win95/platform.h b/src/win95/platform.h
index 7547802..9059f19 100644
--- a/src/win95/platform.h
+++ b/src/win95/platform.h
@@ -33,8 +33,13 @@ extern "C" {
#define max(a, b) (((a) > (b)) ? (a) : (b))
#endif
+#define stricmp strcasecmp
+
/* Types */
+typedef int GUID;
+typedef int DPID;
+
typedef int BOOL;
typedef struct RECT