mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-17 20:10:23 +03:00
* Change long to TLong.
This allows a potential linux port to become reality much easier.
This commit is contained in:
@@ -11,15 +11,21 @@
|
||||
#include <ctime>
|
||||
#include <cstdio> // have to include this to avoid it being included again later from being a problem
|
||||
#include <cstdint>
|
||||
#include <cstdarg>
|
||||
#include <cassert>
|
||||
#include <climits>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
// @HACK: Include WinSock2.h also
|
||||
// @HACK: Include WinSock2.h also
|
||||
#include <WinSock2.h>
|
||||
#include <Windows.h>
|
||||
#include <WS2tcpip.h>
|
||||
|
||||
#else
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#endif
|
||||
|
||||
#include "compat/AKeyCodes.hpp"
|
||||
|
||||
Reference in New Issue
Block a user