Noting an observation

This commit is contained in:
Ben "root" Anderson
2013-10-25 04:11:45 -05:00
parent 7608c814e4
commit dfb758d35a
@@ -118,6 +118,7 @@ void LoadingWindow_Win32::SetIcon( const RageSurface *pIcon )
m_hIcon = IconFromSurface( pIcon );
if( m_hIcon != NULL )
// XXX: GCL_HICON isn't available on x86-64 Windows
SetClassLong( hwnd, GCL_HICON, (LONG) m_hIcon );
}