1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 04:29:09 +00:00

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,9 +7,6 @@
/** @file network_chat_gui.cpp GUI for handling chat messages. */
#include <stdarg.h> /* va_list */
#include <deque>
#include "../stdafx.h"
#include "../strings_func.h"
#include "../blitter/factory.hpp"
@@ -28,6 +25,9 @@
#include "table/strings.h"
#include <stdarg.h> /* va_list */
#include <deque>
#include "../safeguards.h"
/** The draw buffer must be able to contain the chat message, client name and the "[All]" message,