mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 16:36:07 +00:00
[MSPAINT] s/WINBOOL/BOOL/
CORE-19094
This commit is contained in:
parent
ff3dadf89d
commit
bc28675a44
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ VOID CToolSettingsWindow::drawBox(HDC hdc, LPCRECT prc)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
LRESULT CToolSettingsWindow::OnCreate(UINT nMsg, WPARAM wParam, LPARAM lParam, WINBOOL& bHandled)
|
LRESULT CToolSettingsWindow::OnCreate(UINT nMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||||
{
|
{
|
||||||
/* preloading the draw transparent/nontransparent icons for later use */
|
/* preloading the draw transparent/nontransparent icons for later use */
|
||||||
m_hNontranspIcon = (HICON)LoadImage(g_hinstExe, MAKEINTRESOURCE(IDI_NONTRANSPARENT),
|
m_hNontranspIcon = (HICON)LoadImage(g_hinstExe, MAKEINTRESOURCE(IDI_NONTRANSPARENT),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue