mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 02:29:59 -06:00
cmake: Fix building wxWidgets on Windows
And disable unused network functions.
This commit is contained in:
9
Externals/wxWidgets3/wx/wxgtk.h
vendored
9
Externals/wxWidgets3/wx/wxgtk.h
vendored
@ -259,7 +259,7 @@
|
||||
|
||||
#define wxUSE_DYNAMIC_LOADER 1
|
||||
|
||||
#define wxUSE_SOCKETS 1
|
||||
#define wxUSE_SOCKETS 0
|
||||
|
||||
#define wxUSE_IPV6 1
|
||||
|
||||
@ -269,7 +269,7 @@
|
||||
|
||||
#define wxUSE_FS_ARCHIVE 1
|
||||
|
||||
#define wxUSE_FS_INET 1
|
||||
#define wxUSE_FS_INET 0
|
||||
|
||||
#define wxUSE_ARCHIVE_STREAMS 1
|
||||
|
||||
@ -289,13 +289,13 @@
|
||||
|
||||
#define wxUSE_MIMETYPE 1
|
||||
|
||||
#define wxUSE_PROTOCOL 1
|
||||
#define wxUSE_PROTOCOL 0
|
||||
|
||||
#define wxUSE_PROTOCOL_FILE 1
|
||||
#define wxUSE_PROTOCOL_FTP 1
|
||||
#define wxUSE_PROTOCOL_HTTP 1
|
||||
|
||||
#define wxUSE_URL 1
|
||||
#define wxUSE_URL 0
|
||||
|
||||
#define wxUSE_URL_NATIVE 0
|
||||
|
||||
@ -1283,4 +1283,3 @@
|
||||
/* #undef wxHAS_WORKING_GTK_DC_BLIT */
|
||||
|
||||
#endif /* __WX_SETUP_H__ */
|
||||
|
||||
|
Reference in New Issue
Block a user