为MINGW32/64编译器添加支持

This commit is contained in:
kusugawa
2020-07-10 17:01:59 +08:00
parent 50b2f7a7a4
commit 039d4f19ce
6 changed files with 47 additions and 29 deletions

View File

@@ -72,6 +72,13 @@
#endif//__GNUC__
#ifdef char8_t
using u8char =char8_t;
#else
using u8char =char;
#endif
#define HGL_THREAD_LOCAL_STORAGE __thread //线程本地储存
//--------------------------------------------------------------------------------------------------
#define HGL_LIB_FRONT HGL_LIB_OS "_" HGL_LIB_COMPILER_NAME "_" HGL_LIB_DEBUG_NAME "_"