Remove references to non-existent wxWebRequest headers
Remove the platform-specific wxWebRequest headers from the files lists
and from MSVS 200x project files.
This should have been done in e5bd5a926c
(Move backend-specific
wxWebRequest headers to private subdirs, 2020-12-26) manually, as
update-setup-h script doesn't remove the old files from the variable
definitions.
It notably fixes CMake build under MSW and Mac, which failed due to not
finding the referenced files.
This commit is contained in:
@@ -663,20 +663,12 @@ set(NET_OSX_SRC
|
||||
src/osx/webrequest_urlsession.mm
|
||||
)
|
||||
|
||||
set(NET_OSX_HDR
|
||||
wx/osx/webrequest_urlsession.h
|
||||
)
|
||||
|
||||
set(NET_WIN32_SRC
|
||||
src/msw/sockmsw.cpp
|
||||
src/msw/urlmsw.cpp
|
||||
src/msw/webrequest_winhttp.cpp
|
||||
)
|
||||
|
||||
set(NET_WIN32_HDR
|
||||
wx/msw/webrequest_winhttp.h
|
||||
)
|
||||
|
||||
set(NET_CMN_SRC
|
||||
src/common/fs_inet.cpp
|
||||
src/common/ftp.cpp
|
||||
|
Reference in New Issue
Block a user