1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-26 00:04:43 +01:00

Remove any traces of WinNT5.1 as per #16911

This commit is contained in:
Silent
2022-06-20 21:26:40 +02:00
committed by GitHub
parent 29beb2962d
commit dc7e31f7af
10 changed files with 17 additions and 109 deletions

View File

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