1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 08:14:38 +01:00

WinNT5.1 networking fixes (#12759)

This commit is contained in:
Michał Janiszewski
2020-09-24 10:28:24 +02:00
committed by GitHub
parent e882e9003c
commit 17e86a61c9
5 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
* OpenRCT2 is licensed under the GNU General Public License version 3.
*****************************************************************************/
#if !defined(DISABLE_HTTP) && !defined(_WIN32)
#if !defined(DISABLE_HTTP) && (!defined(_WIN32) || (defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0600))
# include "../Version.h"
# include "../core/Console.hpp"