Fixed 64-bits warning in WindowImplWin32

This commit is contained in:
Laurent Gomila 2011-03-28 23:25:10 +02:00
parent 9d68277442
commit da9844b6c4

View File

@ -226,7 +226,7 @@ private :
// Member data
////////////////////////////////////////////////////////////
HWND myHandle; ///< Win32 handle of the window
long myCallback; ///< Stores the original event callback function of the control
LONG_PTR myCallback; ///< Stores the original event callback function of the control
HCURSOR myCursor; ///< The system cursor to display into the window
HICON myIcon; ///< Custom icon assigned to the window
bool myKeyRepeatEnabled; ///< Automatic key-repeat state for keydown events