mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-07 17:26:48 +08:00
修复在UWP平台编译错误,std::codecvt_*等函数被淘汰
This commit is contained in:
parent
cc7b52ae8f
commit
7a5dfcd912
@ -16,6 +16,8 @@ if (MSVC AND USE_STATIC_CRT)
|
||||
endforeach()
|
||||
endif()
|
||||
|
||||
add_definitions(-D_SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING)
|
||||
|
||||
if(UNIX)
|
||||
file(GLOB SRC_FILES ${LIBIPC_PROJECT_DIR}/src/libipc/platform/*_linux.cpp)
|
||||
else()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user