Skip to content

Commit

Permalink
updated os/2 config file
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Nov 21, 2019
1 parent 8cdb452 commit f7df146
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion include/SDL_config_os2.h
Expand Up @@ -123,12 +123,21 @@
#define HAVE_STRTOD 1
#define HAVE_ATOI 1
#define HAVE_ATOF 1
#define HAVE_WCSLEN 1
#define HAVE_WCSLCPY 1
#define HAVE_WCSLCAT 1
/* #define HAVE_WCSDUP 1 */
/* #define wcsdup _wcsdup */
#define HAVE_WCSSTR 1
#define HAVE_WCSCMP 1
#define HAVE_WCSNCMP 1
#define HAVE_STRCMP 1
#define HAVE_STRNCMP 1
#define HAVE_STRICMP 1
#define HAVE_STRCASECMP 1
#define HAVE_STRNCASECMP 1
#define HAVE_SSCANF 1
#define HAVE_SSCANF 1
#define HAVE_VSSCANF 1
#define HAVE_SNPRINTF 1
#define HAVE_VSNPRINTF 1
#define HAVE_SETJMP 1
Expand Down

0 comments on commit f7df146

Please sign in to comment.