Use win lean and mean to fix WinSock include issue

This commit is contained in:
Nicolas Werner 2019-10-06 15:05:12 +02:00
parent ec6953d0c0
commit 084396059b
1 changed files with 1 additions and 0 deletions

View File

@ -454,6 +454,7 @@ if(APPLE)
target_link_libraries (nheko ${NHEKO_LIBS} Qt5::MacExtras)
elseif(WIN32)
add_executable (nheko ${OS_BUNDLE} ${ICON_FILE} ${NHEKO_DEPS})
target_compile_definitions(nheko PRIVATE WIN32_LEAN_AND_MEAN)
target_link_libraries (nheko ${NTDLIB} ${NHEKO_LIBS} Qt5::WinMain)
else()
add_executable (nheko ${OS_BUNDLE} ${NHEKO_DEPS})