diff src/video/gapi/SDL_gapivideo.c @ 1472:4aac8563c296

Fixed more Win64 portability issues
author Sam Lantinga <slouken@libsdl.org>
date Mon, 06 Mar 2006 08:11:10 +0000
parents 8dfa9a6d69a5
children 0a2bd6507477
line wrap: on
line diff
--- a/src/video/gapi/SDL_gapivideo.c	Mon Mar 06 07:42:36 2006 +0000
+++ b/src/video/gapi/SDL_gapivideo.c	Mon Mar 06 08:11:10 2006 +0000
@@ -710,7 +710,7 @@
 	style = 0;
 
 	if (!SDL_windowid)
-		SetWindowLong(SDL_Window, GWL_STYLE, style);
+		SetWindowLongPtr(SDL_Window, GWL_STYLE, style);
 
 	/* Allocate bitmap */
 	if(gapiBuffer)