wordpad: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-16 23:38:32 +02:00 committed by Alexandre Julliard
parent e459131677
commit 682c89ced3
1 changed files with 1 additions and 1 deletions

View File

@ -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);