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:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user