mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 20:40:29 +08:00
Enable MSFS 64 bit build
This commit is contained in:
committed by
Mat Sutcliffe
parent
7e04a2c40f
commit
308081cfcc
@@ -39,6 +39,8 @@ FSXCOMMON_EXPORT bool loadAndResolveP3DSimConnect(P3DSimConnectVersion version);
|
||||
//! Same but string version
|
||||
inline bool loadAndResolveP3DSimConnectByString(const QString &version) { return loadAndResolveP3DSimConnect(stringToP3DVersion(version)); }
|
||||
|
||||
FSXCOMMON_EXPORT bool loadAndResolveMSFSimConnect();
|
||||
|
||||
#else
|
||||
|
||||
//! Load and resolve FSX SimConnect.
|
||||
|
||||
Reference in New Issue
Block a user