wordpad: Use BOOL type where appropriate.
This commit is contained in:
parent
e459131677
commit
682c89ced3
|
@ -1141,7 +1141,7 @@ LRESULT CALLBACK preview_proc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
|
|||
{
|
||||
POINT pt;
|
||||
RECT rc;
|
||||
int bHittest = FALSE;
|
||||
int bHittest = 0;
|
||||
DWORD messagePos = GetMessagePos();
|
||||
pt.x = (short)LOWORD(messagePos);
|
||||
pt.y = (short)HIWORD(messagePos);
|
||||
|
|
Loading…
Reference in New Issue