Change window icon

This commit is contained in:
elasota
2020-05-18 04:05:18 -04:00
parent 1abb542301
commit d7a769e397
3 changed files with 8 additions and 0 deletions

View File

@@ -22,6 +22,8 @@ struct GpWindowsGlobals
LPCSTR m_cmdLine;
LPCWSTR m_baseDir;
HWND m_hwnd;
HICON m_hIcon;
HICON m_hIconSm;
int m_nCmdShow;
IGpFiber *(*m_createFiberFunc)(LPVOID fiber);