[Glide64] Remove wxWidgets types from "winlnxdefs.h".
This commit is contained in:
parent
4b163136be
commit
23b900f475
|
@ -47,27 +47,11 @@
|
|||
#include <wx/filename.h>
|
||||
#include <wx/datetime.h>
|
||||
|
||||
#define wxPtrToUInt (uintptr_t)
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
#include <Common/stdtypes.h>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue