mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-19 19:35:26 +00:00
Merge pull request #1785 from rextimmy/mac_port_clean
MacOS platform support
This commit is contained in:
commit
1131ed15df
92 changed files with 1374 additions and 4936 deletions
|
|
@ -60,6 +60,7 @@
|
|||
** this software for any purpose.
|
||||
*/
|
||||
|
||||
#include "platform/platform.h"
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
@ -68,7 +69,11 @@
|
|||
|
||||
#include "core/util/md5.h"
|
||||
|
||||
#if defined (TORQUE_OS_MAC) && defined(TORQUE_CPU_X64)
|
||||
typedef unsigned int unsigned32;
|
||||
#else
|
||||
typedef unsigned long unsigned32;
|
||||
#endif
|
||||
typedef unsigned short unsigned16;
|
||||
typedef unsigned char unsigned8;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue