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

This commit is contained in:
Loïc Guilloux
2021-04-29 14:26:08 +02:00
committed by GitHub
parent 20ac0b4148
commit 356bbbb90a
5 changed files with 18 additions and 13 deletions

View File

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