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;
|
POINT pt;
|
||||||
RECT rc;
|
RECT rc;
|
||||||
int bHittest = FALSE;
|
int bHittest = 0;
|
||||||
DWORD messagePos = GetMessagePos();
|
DWORD messagePos = GetMessagePos();
|
||||||
pt.x = (short)LOWORD(messagePos);
|
pt.x = (short)LOWORD(messagePos);
|
||||||
pt.y = (short)HIWORD(messagePos);
|
pt.y = (short)HIWORD(messagePos);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user