ts3client-pluginsdk icon indicating copy to clipboard operation
ts3client-pluginsdk copied to clipboard

fix compile errors with mingw/gcc

Open DevBlocky opened this issue 4 years ago • 0 comments

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.

DevBlocky avatar Nov 20 '20 03:11 DevBlocky