mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
[FS9] Handle CoInitializeEx being previously called with different flags
This commit is contained in:
committed by
Mat Sutcliffe
parent
50e82c26c6
commit
e68693a35e
@@ -92,6 +92,9 @@ namespace BlackSimPlugin
|
||||
|
||||
using TCallbackWrapper = CallbackWrapper<CDirectPlayPeer, HRESULT, DWORD, void *>; //!< DirectPlay peer message handler wrapper
|
||||
TCallbackWrapper m_callbackWrapper; //!< Callback wrapper
|
||||
|
||||
private:
|
||||
bool m_coInitializeSucceeded = false;
|
||||
};
|
||||
} // ns
|
||||
} // ns
|
||||
|
||||
Reference in New Issue
Block a user