mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 10:15:38 +08:00
Fixes so that P3D code compiles on Win32 (FSX)
This commit is contained in:
@@ -10,4 +10,14 @@
|
||||
#include <windows.h>
|
||||
#include <SimConnect.h>
|
||||
|
||||
#ifndef Q_OS_WIN64
|
||||
//! adding struct SIMCONNECT_DATA_PBH not existing in SimConnect FSX
|
||||
struct SIMCONNECT_DATA_PBH
|
||||
{
|
||||
double Pitch; //!< pitch
|
||||
double Bank; //!< bank
|
||||
double Heading; //!< heading
|
||||
};
|
||||
#endif
|
||||
|
||||
#endif // guard
|
||||
|
||||
Reference in New Issue
Block a user