Externals: Add libcurl.

This commit is contained in:
Pierre Bourdon
2016-06-17 02:28:34 +02:00
parent fe51de23f1
commit c4f5c471bb
291 changed files with 122838 additions and 1 deletions

View File

@ -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) */