mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
Minimal requisite alterations for development head as of 02APR2014 for compilation purposes on VS2013.
This commit is contained in:
parent
29d7fe310d
commit
59c755b5e5
2 changed files with 3 additions and 0 deletions
|
|
@ -35,6 +35,8 @@
|
|||
// These standard functions are not defined on Win32 and other Microsoft platforms...
|
||||
#define strcasecmp _stricmp
|
||||
#define strncasecmp _strnicmp
|
||||
#endif
|
||||
#if (_MSC_VER < 1800) && (defined(TORQUE_OS_WIN) || defined(TORQUE_OS_XBOX) || defined(TORQUE_OS_XENON))
|
||||
#define strtof (float)strtod
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue