mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
cmake: Fix building wxWidgets on Windows
And disable unused network functions.
This commit is contained in:
11
Externals/wxWidgets3/wx/wxcocoa.h
vendored
11
Externals/wxWidgets3/wx/wxcocoa.h
vendored
@ -269,7 +269,7 @@
|
||||
|
||||
#define wxUSE_DYNAMIC_LOADER 1
|
||||
|
||||
#define wxUSE_SOCKETS 1
|
||||
#define wxUSE_SOCKETS 0
|
||||
|
||||
#define wxUSE_IPV6 1
|
||||
|
||||
@ -279,7 +279,7 @@
|
||||
|
||||
#define wxUSE_FS_ARCHIVE 1
|
||||
|
||||
#define wxUSE_FS_INET 1
|
||||
#define wxUSE_FS_INET 0
|
||||
|
||||
#define wxUSE_ARCHIVE_STREAMS 1
|
||||
|
||||
@ -299,13 +299,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
|
||||
|
||||
@ -1173,7 +1173,7 @@
|
||||
#define HAVE_ICONV 1
|
||||
|
||||
/* Define as "const" if the declaration of iconv() needs const. */
|
||||
#define ICONV_CONST
|
||||
#define ICONV_CONST
|
||||
|
||||
/* Define if you have the <langinfo.h> header file. */
|
||||
#define HAVE_LANGINFO_H 1
|
||||
@ -1289,4 +1289,3 @@
|
||||
/* #undef wxHAS_WORKING_GTK_DC_BLIT */
|
||||
|
||||
#endif /* __WX_SETUP_H__ */
|
||||
|
||||
|
Reference in New Issue
Block a user