mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-14 15:43:56 +00:00
Fix Cygwin building and add CI (#15566)
Co-authored-by: TrueCat17 <truecat17@gmail.com> Co-authored-by: Anonymous Maarten <anonymous.maarten@gmail.com> Co-authored-by: Ozkan Sezer <sezeroz@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ typedef LONG NTSTATUS;
|
||||
#define _WIN32_WINNT_WIN8 0x0602
|
||||
#endif
|
||||
|
||||
#ifdef __CYGWIN__
|
||||
#if defined(__CYGWIN__) && !defined(HIDAPI_USING_SDL_RUNTIME)
|
||||
#include <ntdef.h>
|
||||
#include <wctype.h>
|
||||
#define _wcsdup wcsdup
|
||||
|
||||
Reference in New Issue
Block a user