From 5fa34066c2fc7050295f98fc36764841760f4054 Mon Sep 17 00:00:00 2001 From: zilmar Date: Mon, 25 Jan 2016 21:07:57 +1100 Subject: [PATCH] [Glide64] Add stdlib.h to Gfx_1.3.h --- Source/Glide64/Gfx_1.3.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Source/Glide64/Gfx_1.3.h b/Source/Glide64/Gfx_1.3.h index 521293169..e4b975f35 100644 --- a/Source/Glide64/Gfx_1.3.h +++ b/Source/Glide64/Gfx_1.3.h @@ -66,6 +66,7 @@ the plugin #include #include +#include #include // offsetof #include #include @@ -84,10 +85,6 @@ typedef unsigned char boolean; #define GLIDE64_CATCH catch (...) #endif -#ifndef _WIN32 -typedef void* HWND; -#endif - #ifndef TEXTURE_FILTER typedef wxInt64 int64; typedef wxUint64 uint64;