mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
wordpad: Use BOOL type where appropriate.
This commit is contained in:
parent
e459131677
commit
682c89ced3
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue