mirror of https://github.com/snes9xgit/snes9x.git
Update Win32 icon.
This commit is contained in:
parent
67ae1227e3
commit
964b4f072f
Binary file not shown.
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 124 KiB |
|
@ -2717,7 +2717,7 @@ BOOL WinInit( HINSTANCE hInstance)
|
|||
wndclass.lpfnWndProc = WinProc;
|
||||
wndclass.hInstance = hInstance;
|
||||
wndclass.hIcon = LoadIcon (hInstance, MAKEINTRESOURCE(IDI_ICON1));
|
||||
wndclass.hIconSm = (HICON)LoadImage(hInstance, MAKEINTRESOURCE(IDI_ICON1), IMAGE_ICON, 16, 16, 0);
|
||||
wndclass.hIconSm = NULL;
|
||||
wndclass.hCursor = NULL;
|
||||
wndclass.lpszMenuName = NULL;
|
||||
wndclass.lpszClassName = TEXT("Snes9X: WndClass");
|
||||
|
|
Loading…
Reference in New Issue