Add support for compiling under MinGW + fix Windows compiling in general

This commit is contained in:
wuggy 2026-04-17 15:05:11 -07:00
commit a5cf494890
56 changed files with 243 additions and 76 deletions

View file

@ -18,6 +18,7 @@ which makes Windows Media Foundation unavailable.
#undef WINVER
#define WINVER _WIN32_WINNT_WIN7
#include <stdlib.h>
#include <windows.h>
#include <mfapi.h>
#include <mfidl.h>