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:
stahta01
2026-05-15 11:48:24 -04:00
committed by GitHub
parent be97a18d82
commit 6586bebfec
26 changed files with 116 additions and 78 deletions

View File

@@ -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