From 23b900f47507d903ebb5c6015fff644369604b5f Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 24 Nov 2015 10:37:22 -0500 Subject: [PATCH] [Glide64] Remove wxWidgets types from "winlnxdefs.h". --- Source/Glide64/winlnxdefs.h | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/Source/Glide64/winlnxdefs.h b/Source/Glide64/winlnxdefs.h index 55f37a3ff..70535e5c4 100644 --- a/Source/Glide64/winlnxdefs.h +++ b/Source/Glide64/winlnxdefs.h @@ -47,27 +47,11 @@ #include #include -#define wxPtrToUInt (uintptr_t) #define TRUE 1 #define FALSE 0 #include -typedef int BOOL; -typedef uint32_t wxUint32; -typedef uint16_t wxUint16; -typedef uint8_t wxUint8; -typedef uint8_t BYTE; -typedef long long LONGLONG; - - -typedef int32_t wxInt32; -typedef int16_t wxInt16; -typedef int8_t wxInt8; - -typedef uint64_t wxUint64; -typedef int64_t wxInt64; - #ifndef _WIN32 typedef union _LARGE_INTEGER