diff src/video/wincommon/SDL_sysevents.c @ 1480:0a2bd6507477

More Win64 updates
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Mar 2006 05:21:32 +0000
parents 4aac8563c296
children 420b3f47806d
line wrap: on
line diff
--- a/src/video/wincommon/SDL_sysevents.c	Tue Mar 07 04:58:30 2006 +0000
+++ b/src/video/wincommon/SDL_sysevents.c	Tue Mar 07 05:21:32 2006 +0000
@@ -562,7 +562,7 @@
 			   Aparently it's too difficult for MS to check
 			   inside their function, so I have to do it here.
           		 */
-         		style = GetWindowLongPtr(hwnd, GWL_STYLE);
+         		style = GetWindowLong(hwnd, GWL_STYLE);
          		AdjustWindowRect(
 				&size,
 				style,