Skip to content

Commit

Permalink
Add _WIN32_WINNT globally
Browse files Browse the repository at this point in the history
Signed-off-by: Felix Weilbach <felix.weilbach@nextcloud.com>
  • Loading branch information
Felix Weilbach authored and mgallien committed Jun 22, 2021
1 parent 2913378 commit e01d625
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libsync/vfs/cfapi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ target_link_libraries("${synclib_NAME}_vfs_cfapi"
cldapi
)

target_compile_definitions("${synclib_NAME}_vfs_cfapi"
PUBLIC -D_WIN32_WINNT=_WIN32_WINNT_WIN10
)

set_target_properties("${synclib_NAME}_vfs_cfapi" PROPERTIES
LIBRARY_OUTPUT_DIRECTORY ${BIN_OUTPUT_DIRECTORY}
RUNTIME_OUTPUT_DIRECTORY ${BIN_OUTPUT_DIRECTORY}
Expand Down

0 comments on commit e01d625

Please sign in to comment.