bugfix/mingw-timeapi

This commit is contained in:
Metehan Öztürk 2025-12-21 02:20:28 +03:00
parent 7d6890e650
commit c90321712e

View file

@ -39,7 +39,11 @@
#include <winsock.h>
#endif
#include <timeapi.h>
#ifdef _MSC_VER
#include <timeapi.h>
#else
#include <mmsystem.h>
#endif
#ifdef __GNUC__
#include "mmsystem.h"