mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-01 07:38:52 +02:00
Remove _UNICODE define
This commit is contained in:
parent
13285a6cbb
commit
0a50006c0c
3 changed files with 3 additions and 7 deletions
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue