mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 03:41:23 +00:00
Window icon loading
This commit is contained in:
parent
147115b6ac
commit
a35119e849
@ -2,6 +2,7 @@
|
||||
#include <shellapi.h>
|
||||
#include <initguid.h>
|
||||
#include <Usbiodef.h>
|
||||
#include <winver.h>
|
||||
|
||||
#if _DEBUG
|
||||
#define D3D11_CREATE_DEVICE_FLAGS D3D11_CREATE_DEVICE_DEBUG
|
||||
@ -412,6 +413,7 @@ int ApplicationRun(IApplication::EPlatformType platform,
|
||||
0,
|
||||
L"BooWindow"
|
||||
};
|
||||
wndClass.hIcon = LoadIconW(wndClass.hInstance, MAKEINTRESOURCEW(101));
|
||||
|
||||
RegisterClassW(&wndClass);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user