Fix: [MinGW] Set minimum OS version to Windows XP (#9135)

(cherry picked from commit 356bbbb90a)
This commit is contained in:
Loïc Guilloux
2021-04-29 14:26:08 +02:00
committed by Jonathan G Rennison
parent 4fc433c871
commit 88bc7bd235
5 changed files with 18 additions and 12 deletions

View File

@@ -7,12 +7,13 @@
/** @file script_date.cpp Implementation of ScriptDate. */
#include <time.h>
#include "../../stdafx.h"
#include "script_date.hpp"
#include "../../date_func.h"
#include "../../settings_type.h"
#include <time.h>
#include "../../safeguards.h"
/* static */ bool ScriptDate::IsValidDate(Date date)