mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
Speaking of badly sized mac things
This commit is contained in:
parent
7fc60fbf59
commit
f9c684fb11
1 changed files with 2 additions and 1 deletions
|
|
@ -27,10 +27,11 @@
|
|||
#define FN_CDECL
|
||||
#define STDCALL
|
||||
|
||||
#include <stddef.h>
|
||||
// size_t is needed to overload new
|
||||
// size_t tends to be OS and compiler specific and may need to
|
||||
// be if/def'ed in the future
|
||||
typedef unsigned long dsize_t;
|
||||
typedef size_t dsize_t;
|
||||
|
||||
|
||||
/** Platform dependent file date-time structure. The defination of this structure
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue