Fix f1f281b31: [Win32] MinGW doesn't know timeapi.h

This commit is contained in:
glx22 2021-02-13 18:38:32 +01:00 committed by Loïc Guilloux
parent f181037bed
commit 348f322df1
2 changed files with 2 additions and 2 deletions

View File

@ -20,8 +20,8 @@
#include "../../video/video_driver.hpp"
#include <windows.h>
#include <mmsystem.h>
#include <signal.h>
#include <timeapi.h>
#include "../../safeguards.h"

View File

@ -14,11 +14,11 @@
#include "../../fileio_func.h"
#include <windows.h>
#include <fcntl.h>
#include <mmsystem.h>
#include <regstr.h>
#define NO_SHOBJIDL_SORTDIRECTION // Avoid multiple definition of SORT_ASCENDING
#include <shlobj.h> /* SHGetFolderPath */
#include <shellapi.h>
#include <timeapi.h>
#include "win32.h"
#include "../../fios.h"
#include "../../core/alloc_func.hpp"