mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +00:00
Add a temporary local copy of stdint.h for VS2008.
This commit is contained in:
parent
e9a0975208
commit
bddc27c693
2 changed files with 260 additions and 5 deletions
|
|
@ -24,11 +24,7 @@
|
|||
#define _TORQUE_TYPES_H_
|
||||
|
||||
#if (defined _MSC_VER) && (_MSC_VER <= 1500)
|
||||
#ifdef _WIN64 // [
|
||||
typedef unsigned __int64 uintptr_t;
|
||||
#else // _WIN64 ][
|
||||
typedef _W64 unsigned int uintptr_t;
|
||||
#endif // _WIN64 ]
|
||||
#include "platformWin32/stdint.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue