MINGW: How to disable 'Treat WChar_t As Built In Type' in g++ linking shared/dynamic library

后端 未结 0 788
-上瘾入骨i
-上瘾入骨i 2020-12-17 03:57

I built the shared libraries with MinGW and NOT treated WChar_t as a built-in type

#ifdef _NATIVE_WCHAR_T_DEFINED
    typedef wchar_t UShort; // Treat as Buil         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题