mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-30 09:13:42 +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 "x64headers/extraX64.h"
|
||||
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
|
|
|||
|
|
@ -11,9 +11,7 @@
|
|||
|
||||
#define MULTITHREAD_ENABLE
|
||||
|
||||
#ifndef __linux__
|
||||
typedef unsigned char byte;
|
||||
#endif // __linux__
|
||||
const int XUSER_INDEX_ANY = 255;
|
||||
const int XUSER_INDEX_FOCUS = 254;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue