mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Fix MSVC error when building for 64bits
This commit is contained in:
@@ -119,8 +119,8 @@ namespace BlackInput
|
||||
|
||||
IJoystick::Mode m_mode = ModeNominal; //!< Current working mode
|
||||
|
||||
static WCHAR *m_helperWindowClassName; //!< Helper window class name
|
||||
static WCHAR *m_helperWindowName; //!< Helper window name
|
||||
static const WCHAR *m_helperWindowClassName; //!< Helper window class name
|
||||
static const WCHAR *m_helperWindowName; //!< Helper window name
|
||||
static ATOM m_helperWindowClass;
|
||||
static HWND m_helperWindow; //!< Helper window handle
|
||||
|
||||
|
||||
Reference in New Issue
Block a user