Change WINBOOL->WinBOOL

This commit is contained in:
Gregory John Casamento 2022-05-12 16:26:10 -04:00
parent affd5c2b69
commit e611c10eae

View file

@ -59,7 +59,7 @@ invalidateWindow(WIN32Server *svr, HWND hwnd, RECT rect)
if (win->useHDC)
{
HDC hdc = GetDC((HWND)hwnd);
WINBOOL result;
WinBOOL result;
result = BitBlt(hdc, rect.left, rect.top,
(rect.right - rect.left), (rect.bottom - rect.top),