From fd8ed25d23c8187a2e6f9d7e81fdbd8f98b22f1a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Fri, 27 Jul 2001 23:07:52 +0000 Subject: Another file now compiles. --- src/win95/platform.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/win95/platform.h') 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 -- cgit v1.3