[Glide64] Add stdlib.h to Gfx_1.3.h

This commit is contained in:
zilmar 2016-01-25 21:07:57 +11:00
parent 09da116723
commit 5fa34066c2
1 changed files with 1 additions and 4 deletions

View File

@ -66,6 +66,7 @@ the plugin
#include <stdio.h>
#include <fstream>
#include <stdlib.h>
#include <stddef.h> // offsetof
#include <glide.h>
#include <Common/MemTest.h>
@ -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;