mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: platform: sdl: use SetClassLongPtr function to be compatible with 64-bit Windows API
This commit is contained in:
@@ -609,7 +609,7 @@ static void WIN_SetWindowIcon( HICON ico )
|
||||
|
||||
if( SDL_GetWindowWMInfo( host.hWnd, &wminfo ) )
|
||||
{
|
||||
SetClassLong( wminfo.info.win.window, GCL_HICON, (LONG)ico );
|
||||
SetClassLongPtr( wminfo.info.win.window, GCLP_HICON, (LONG)ico );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user