mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 09:09:52 -06:00
Externals: Add libcurl.
This commit is contained in:
4
Externals/wxWidgets3/include/wx/defs.h
vendored
4
Externals/wxWidgets3/include/wx/defs.h
vendored
@ -1190,6 +1190,10 @@ typedef wxUint32 wxDword;
|
||||
#define wxIF_LONG_LONG_TYPE(x)
|
||||
#endif
|
||||
|
||||
#ifdef _SSIZE_T_DEFINED
|
||||
#define HAVE_SSIZE_T
|
||||
#endif
|
||||
|
||||
|
||||
/* Make sure ssize_t is defined (a signed type the same size as size_t). */
|
||||
/* (HAVE_SSIZE_T is not already defined by configure) */
|
||||
|
Reference in New Issue
Block a user