зеркало из https://github.com/stride3d/NativePath.git
Added some missing headers
This commit is contained in:
Родитель
ae4bac85fe
Коммит
99e76cc35e
|
@ -40,6 +40,14 @@ THE SOFTWARE.
|
|||
#undef __APPLE__
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#undef _WIN32
|
||||
#endif
|
||||
|
||||
#ifndef RAND_MAX
|
||||
#define RAND_MAX 2147483647
|
||||
#endif
|
||||
|
||||
//from clang lib/Headers/stdint.h
|
||||
|
||||
typedef __INT64_TYPE__ int64_t;
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
#include "../NativePath.h"
|
|
@ -0,0 +1 @@
|
|||
#include "../NativePath.h"
|
|
@ -0,0 +1 @@
|
|||
#include "limits.h"
|
|
@ -0,0 +1,6 @@
|
|||
#ifndef memory_h
|
||||
#define memory_h
|
||||
|
||||
#include "../NativeMemory.h"
|
||||
|
||||
#endif
|
|
@ -0,0 +1 @@
|
|||
#include "../../NativePath.h"
|
Загрузка…
Ссылка в новой задаче