- Various fixes for compiling working 64-bit binaries with Visual C++. The
number of changes was pleasantly small, and a cursory check seems to show everything working alright. SVN r948 (trunk)
This commit is contained in:
parent
1f8e471eba
commit
bc5f49dd49
23 changed files with 470 additions and 112 deletions
|
|
@ -1603,7 +1603,7 @@ static void CenterMouse_Win32 (LONG curx, LONG cury)
|
|||
static void SetCursorState (int visible)
|
||||
{
|
||||
HCURSOR usingCursor = visible ? TheArrowCursor : TheInvisibleCursor;
|
||||
SetClassLongPtr (Window, GCL_HCURSOR, (LONG_PTR)usingCursor);
|
||||
SetClassLongPtr (Window, GCLP_HCURSOR, (LONG_PTR)usingCursor);
|
||||
if (HaveFocus)
|
||||
{
|
||||
SetCursor (usingCursor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue