Remove _UNICODE define

This commit is contained in:
badaix 2024-06-10 08:58:48 +02:00
parent 13285a6cbb
commit 0a50006c0c
3 changed files with 3 additions and 7 deletions

View file

@ -365,7 +365,7 @@ if(WIN32)
WINDOWS WINDOWS
WIN32_LEAN_AND_MEAN WIN32_LEAN_AND_MEAN
UNICODE UNICODE
_UNICODE # _UNICODE
_CRT_SECURE_NO_WARNINGS) _CRT_SECURE_NO_WARNINGS)
add_compile_definitions( add_compile_definitions(
HAS_OGG HAS_OGG

View file

@ -24,5 +24,5 @@ if(ANDROID)
target_link_libraries(snapcast_test log) target_link_libraries(snapcast_test log)
endif(ANDROID) endif(ANDROID)
target_link_libraries(snapcast_test OpenSSL::Crypto OpenSSL::SSL Catch2::Catch2 target_link_libraries(snapcast_test Catch2::Catch2WithMain OpenSSL::Crypto
Catch2::Catch2WithMain) OpenSSL::SSL Catch2::Catch2)

View file

@ -16,10 +16,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
***/ ***/
#ifndef NOMINMAX
#define NOMINMAX
#endif // NOMINMAX
// prototype/interface header file // prototype/interface header file
// local headers // local headers