diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 18:19:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2013-09-17 18:19:40 +0200 |
commit | 7307bae90d560eca572e9f063981c97aa70e5968 (patch) | |
tree | cc02362f35601dc495ce0feae13306186e301277 | |
parent | 2586fadcb331761acb622a863dc6525ccb56744a (diff) |
simconnect: don't redefine internal constant
-rw-r--r-- | ftnoir_protocol_sc/ftnoir_protocol_sc.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <windows.h> #include <SimConnect.h> |