Start wxWebRequestWinHTTP implementation

Can already run the GET request in the sample app
This commit is contained in:
Tobias Taschner
2018-10-20 19:21:35 +02:00
parent e07c1bf40c
commit a4279752f8
9 changed files with 676 additions and 26 deletions

View File

@@ -25,6 +25,10 @@ wx_add_library(net IS_BASE ${NET_FILES})
if(WIN32)
wx_lib_link_libraries(net PRIVATE ws2_32)
if(wxUSE_WEBREQUEST)
wx_lib_link_libraries(net PRIVATE Winhttp)
endif()
endif()
wx_finalize_lib(net)