mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-08-20 09:57:10 +00:00
now its time to go through std hell...
This commit is contained in:
parent
19da56305e
commit
9cfc2e5b16
|
|
@ -107,6 +107,8 @@ typedef XUID GameSessionUID;
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
|
#include "x64headers/extraX64.h"
|
||||||
|
|
||||||
#include <list>
|
#include <list>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
|
||||||
|
|
@ -11,9 +11,7 @@
|
||||||
|
|
||||||
#define MULTITHREAD_ENABLE
|
#define MULTITHREAD_ENABLE
|
||||||
|
|
||||||
#ifndef __linux__
|
|
||||||
typedef unsigned char byte;
|
typedef unsigned char byte;
|
||||||
#endif // __linux__
|
|
||||||
const int XUSER_INDEX_ANY = 255;
|
const int XUSER_INDEX_ANY = 255;
|
||||||
const int XUSER_INDEX_FOCUS = 254;
|
const int XUSER_INDEX_FOCUS = 254;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue