[FS9] Handle CoInitializeEx being previously called with different flags

This commit is contained in:
Roland Rossgotterer
2019-02-15 09:13:07 +01:00
committed by Mat Sutcliffe
parent 50e82c26c6
commit e68693a35e
2 changed files with 26 additions and 4 deletions

View File

@@ -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