diff src/video/wincommon/SDL_syswm.c @ 1481:deb22b9fe970

Yet more Win64 tweaks
author Sam Lantinga <slouken@libsdl.org>
date Tue, 07 Mar 2006 16:02:59 +0000
parents 8dfa9a6d69a5
children 4d005dfbb7f5
line wrap: on
line diff
--- a/src/video/wincommon/SDL_syswm.c	Tue Mar 07 05:21:32 2006 +0000
+++ b/src/video/wincommon/SDL_syswm.c	Tue Mar 07 16:02:59 2006 +0000
@@ -220,7 +220,7 @@
 	if ( screen_icn == NULL ) {
 		SDL_SetError("Couldn't create Win32 icon handle");
 	} else {
-		SetClassLongPtr(SDL_Window, GCL_HICON, (LONG_PTR)screen_icn);
+		SetClassLongPtr(SDL_Window, GCLP_HICON, (LONG_PTR)screen_icn);
 	}
 	SDL_stack_free(icon_win32);
 #endif /* DISABLE_ICON_SUPPORT */