mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
moved header file to have a more meaningful naming
This commit is contained in:
parent
e37ecb0567
commit
47a2cc165a
4 changed files with 6 additions and 6 deletions
|
|
@ -54,11 +54,11 @@ typedef unsigned long long U64; ///< Compiler independent Unsigned 64-bit in
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
# define TORQUE_OS_STRING "Win64"
|
# define TORQUE_OS_STRING "Win64"
|
||||||
# define TORQUE_OS_WIN64
|
# define TORQUE_OS_WIN64
|
||||||
# include "platform/types.win32.h"
|
# include "platform/types.win.h"
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
# define TORQUE_OS_STRING "Win32"
|
# define TORQUE_OS_STRING "Win32"
|
||||||
# define TORQUE_OS_WIN32
|
# define TORQUE_OS_WIN32
|
||||||
# include "platform/types.win32.h"
|
# include "platform/types.win.h"
|
||||||
|
|
||||||
#elif defined(macintosh) || defined(__APPLE__)
|
#elif defined(macintosh) || defined(__APPLE__)
|
||||||
# define TORQUE_OS_STRING "Mac"
|
# define TORQUE_OS_STRING "Mac"
|
||||||
|
|
|
||||||
|
|
@ -58,13 +58,13 @@ typedef unsigned long long U64;
|
||||||
#if defined(_WIN64)
|
#if defined(_WIN64)
|
||||||
# define TORQUE_OS_STRING "Win64"
|
# define TORQUE_OS_STRING "Win64"
|
||||||
# define TORQUE_OS_WIN64
|
# define TORQUE_OS_WIN64
|
||||||
# include "platform/types.win32.h"
|
# include "platform/types.win.h"
|
||||||
#if defined(__WIN32__) || defined(_WIN32)
|
#if defined(__WIN32__) || defined(_WIN32)
|
||||||
# define TORQUE_OS_STRING "Win32"
|
# define TORQUE_OS_STRING "Win32"
|
||||||
# define TORQUE_OS_WIN32
|
# define TORQUE_OS_WIN32
|
||||||
# define TORQUE_SUPPORTS_NASM
|
# define TORQUE_SUPPORTS_NASM
|
||||||
# define TORQUE_SUPPORTS_GCC_INLINE_X86_ASM
|
# define TORQUE_SUPPORTS_GCC_INLINE_X86_ASM
|
||||||
# include "platform/types.win32.h"
|
# include "platform/types.win.h"
|
||||||
|
|
||||||
#elif defined(SN_TARGET_PS3)
|
#elif defined(SN_TARGET_PS3)
|
||||||
# define TORQUE_OS_STRING "PS3"
|
# define TORQUE_OS_STRING "PS3"
|
||||||
|
|
|
||||||
|
|
@ -58,11 +58,11 @@ typedef unsigned _int64 U64;
|
||||||
#elif defined( _XBOX_VER )
|
#elif defined( _XBOX_VER )
|
||||||
# define TORQUE_OS_STRING "Xbox"
|
# define TORQUE_OS_STRING "Xbox"
|
||||||
# define TORQUE_OS_XBOX
|
# define TORQUE_OS_XBOX
|
||||||
# include "platform/types.win32.h"
|
# include "platform/types.win.h"
|
||||||
#elif defined( _WIN32 )
|
#elif defined( _WIN32 )
|
||||||
# define TORQUE_OS_STRING "Win32"
|
# define TORQUE_OS_STRING "Win32"
|
||||||
# define TORQUE_OS_WIN32
|
# define TORQUE_OS_WIN32
|
||||||
# include "platform/types.win32.h"
|
# include "platform/types.win.h"
|
||||||
#elif defined( _WIN64 )
|
#elif defined( _WIN64 )
|
||||||
# define TORQUE_OS_STRING "Win64"
|
# define TORQUE_OS_STRING "Win64"
|
||||||
# define TORQUE_OS_WIN64
|
# define TORQUE_OS_WIN64
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue