1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-10 10:33:29 -05:00

Fix c++17 compilation with MSVC

This commit is contained in:
Jon Beniston 2022-09-07 15:38:38 +01:00
parent 18377638f7
commit 86b9b69def

View File

@ -15,6 +15,7 @@ if(WIN32)
_USE_MATH_DEFINES
_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES
_CRT_SECURE_CPP_OVERLOAD_STANDARD_NAMES_COUNT
_HAS_STD_BYTE=0
)
endif()