Skip to content

Conversation

DevBlocky
Copy link

The types __int16 and __int64 do not exist within gcc, so you must include the _mingw.h header file to include macros for the integers if you're on windows.

fixes an error when building with MinGW and GCC, since __int16 and __int64 are unprovided by GCC, and the <_mingw.h> header includes macros for those integers
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants