From 7307bae90d560eca572e9f063981c97aa70e5968 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Tue, 17 Sep 2013 18:19:40 +0200 Subject: simconnect: don't redefine internal constant --- ftnoir_protocol_sc/ftnoir_protocol_sc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ftnoir_protocol_sc/ftnoir_protocol_sc.h') diff --git a/ftnoir_protocol_sc/ftnoir_protocol_sc.h b/ftnoir_protocol_sc/ftnoir_protocol_sc.h index 8fcf7c1f..b24eb0cf 100644 --- a/ftnoir_protocol_sc/ftnoir_protocol_sc.h +++ b/ftnoir_protocol_sc/ftnoir_protocol_sc.h @@ -29,14 +29,14 @@ #pragma once #ifndef INCLUDED_SCSERVER_H #define INCLUDED_SCSERVER_H +#undef _WIN32_WINNT +#define _WIN32_WINNT 0x0502 #include "facetracknoir/global-settings.h" // // Prevent the SimConnect manifest from being merged in the application-manifest // This is necessary to run FaceTrackNoIR on a PC without FSX // #define SIMCONNECT_H_NOMANIFEST -#define _WIN32_WINNT 0x0502 - #include #include -- cgit v1.2.3