ts3client-pluginsdk
ts3client-pluginsdk copied to clipboard
fix compile errors with mingw/gcc
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.