mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Fix builds on Ubuntu 16.04 (probably)
This commit is contained in:
parent
cc4cd4f69f
commit
a9a68629d7
1 changed files with 4 additions and 0 deletions
|
@ -19,9 +19,13 @@ typedef unsigned int DWORD, UINT, *LPDWORD;
|
|||
typedef char BYTE, *LPSTR, *LPCSTR, *LPCTSTR, *LPTSTR, *PBYTE;
|
||||
typedef short SHORT;
|
||||
typedef int LONG;
|
||||
|
||||
#ifdef __APPLE__
|
||||
typedef signed char BOOL;
|
||||
#else
|
||||
typedef bool BOOL;
|
||||
#endif
|
||||
|
||||
typedef void VOID, *LPVOID, *HANDLE, *HMODULE, *HWND;
|
||||
typedef size_t SIZE_T;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue