Skip to content

Commit b544b3d

Browse files
committed
Similar to preceding commit 46a5e00 : 'false' is not supported by default on OpenWATCOM. (Fixed previously in WinCon, now in WinGUI.)
1 parent 46a5e00 commit b544b3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wingui/pdcscrn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1628,7 +1628,7 @@ static LRESULT ALIGN_STACK CALLBACK WndProc (const HWND hwnd,
16281628
static int modified_key_to_return = 0;
16291629
static bool ignore_resize = FALSE;
16301630
int button, i;
1631-
bool wait_for_more_mouse = false;
1631+
bool wait_for_more_mouse = FALSE;
16321632
const int modifiers = convert_key_modifiers_for_mouse( SP->key_modifiers);
16331633
const int mouse_x = LOWORD( lParam) / PDC_cxChar;
16341634
const int mouse_y = HIWORD( lParam) / PDC_cyChar;

0 commit comments

Comments
 (0)