minor updates to libc function checks

This commit is contained in:
Ozkan Sezer
2021-02-07 00:37:00 +03:00
parent 19fa85d8af
commit bb9e049d1d
8 changed files with 25 additions and 19 deletions

View File

@@ -33,6 +33,10 @@
#ifdef SDL_JOYSTICK_HIDAPI
#if defined(HAVE__WCSDUP) && !defined(HAVE_WCSDUP)
#define wcsdup _wcsdup
#endif
#include <libusb.h>
#include <locale.h> /* setlocale */