mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-04 04:48:40 +00:00
raddbg icon building/embedding/loading
This commit is contained in:
@@ -571,6 +571,7 @@ os_graphical_init(void)
|
||||
wndclass.hInstance = w32_h_instance;
|
||||
wndclass.lpszClassName = L"graphical-window";
|
||||
wndclass.hCursor = LoadCursorA(0, IDC_ARROW);
|
||||
wndclass.hIcon = LoadIcon(w32_h_instance, MAKEINTRESOURCE(1));
|
||||
ATOM wndatom = RegisterClassExW(&wndclass);
|
||||
(void)wndatom;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user