removing more unused stuff
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -23,10 +23,7 @@
|
||||
#define ILINE __forceinline
|
||||
#endif
|
||||
|
||||
#define RC_EXECUTABLE "rc.exe"
|
||||
#define DEPRECATED __declspec(deprecated)
|
||||
#define TYPENAME(x) typeid(x).name()
|
||||
#define SIZEOF_PTR 4
|
||||
|
||||
#ifndef _WIN32_WINNT
|
||||
# define _WIN32_WINNT 0x501
|
||||
@@ -54,8 +51,6 @@
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
#include "BaseTypes.h"
|
||||
|
||||
#define THREADID_NULL -1
|
||||
|
||||
typedef unsigned char BYTE;
|
||||
typedef unsigned int threadID;
|
||||
typedef unsigned long DWORD;
|
||||
@@ -111,14 +106,11 @@ int64 CryGetTicksPerSec();
|
||||
__declspec(align(num))
|
||||
|
||||
#define DEFINE_ALIGNED_DATA(type, name, alignment) _declspec(align(alignment)) type name;
|
||||
#define DEFINE_ALIGNED_DATA_STATIC(type, name, alignment) static _declspec(align(alignment)) type name;
|
||||
#define DEFINE_ALIGNED_DATA_CONST(type, name, alignment) const _declspec(align(alignment)) type name;
|
||||
|
||||
#ifndef FILE_ATTRIBUTE_NORMAL
|
||||
#define FILE_ATTRIBUTE_NORMAL 0x00000080
|
||||
#endif
|
||||
|
||||
#define FP16_TERRAIN
|
||||
#define TARGET_DEFAULT_ALIGN (0x4U)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user