From 6d5a3cec554f6afc5f075722fba7e2aa464f5676 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 28 Jul 2001 01:21:46 +0000 Subject: More compiling... --- src/win95/platform.h | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/win95/platform.h') diff --git a/src/win95/platform.h b/src/win95/platform.h index 9059f19..44c245d 100644 --- a/src/win95/platform.h +++ b/src/win95/platform.h @@ -1,6 +1,9 @@ #ifndef PLATFORM_INCLUDED #define PLATFORM_INCLUDED +#include +#include +#include #include // int64_t #include "shape.h" // struct imageheader @@ -33,12 +36,20 @@ extern "C" { #define max(a, b) (((a) > (b)) ? (a) : (b)) #endif -#define stricmp strcasecmp +#define TRUE 1 +#define FALSE 0 + +#define stricmp strcasecmp +#define _stricmp strcasecmp /* Types */ +/* windows junk */ typedef int GUID; typedef int DPID; +typedef int HINSTANCE; +typedef int WPARAM; +typedef int LPARAM; typedef int BOOL; -- cgit v1.3