CMGDK r49-rc2
|
#include <hgl/platform/compiler/DataTypeTypedef.H>
#include <hgl/platform/compiler/Property.H>
#include <malloc.h>
宏定义 | |
#define | HGL_COMPILER_NAME L"Microsoft C/C++" |
#define | HGL_USE_APR |
#define | vsnwprintf _vsnwprintf |
#define | _USE_MATH_DEFINES |
#define | _CRT_SECURE_NO_WARNINGS |
#define | _CRT_SECURE_NO_DEPRECATE |
#define | _CRT_NON_CONFORMING_SWPRINTFS |
#define | hgl_malloc(size) _aligned_malloc(size,HGL_MEM_ALIGN) |
#define | hgl_realloc(ptr, size) _aligned_realloc(ptr,size,HGL_MEM_ALIGN) |
#define | hgl_free _aligned_free |
#define | HGL_LIB_CRT "Static" |
#define | HGL_LIB_FRONT HGL_LIB_OS "_" HGL_LIB_COMPILER_NAME "_" HGL_LIB_DEBUG_NAME "_" HGL_LIB_CRT "_" |
#define | HGL_LIB_END ".LIB" |
#define _CRT_NON_CONFORMING_SWPRINTFS |
#define _CRT_SECURE_NO_DEPRECATE |
#define _CRT_SECURE_NO_WARNINGS |
#define _USE_MATH_DEFINES |
#define HGL_COMPILER_NAME L"Microsoft C/C++" |
#define hgl_free _aligned_free |
#define HGL_LIB_CRT "Static" |
#define HGL_LIB_END ".LIB" |
#define HGL_LIB_FRONT HGL_LIB_OS "_" HGL_LIB_COMPILER_NAME "_" HGL_LIB_DEBUG_NAME "_" HGL_LIB_CRT "_" |
#define HGL_USE_APR |
#define vsnwprintf _vsnwprintf |