Module: wine Branch: master Commit: 411ef80ac7040a6af7d0af11df4f3630a507b31a URL: http://source.winehq.org/git/wine.git/?a=commit;h=411ef80ac7040a6af7d0af11df...
Author: Frédéric Delanoy frederic.delanoy@gmail.com Date: Tue Oct 22 00:16:08 2013 +0200
comctl32: Use BOOL type where appropriate.
---
dlls/comctl32/datetime.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/comctl32/datetime.c b/dlls/comctl32/datetime.c index faecba0..4b0b2ad 100644 --- a/dlls/comctl32/datetime.c +++ b/dlls/comctl32/datetime.c @@ -72,7 +72,7 @@ typedef struct RECT checkbox; /* checkbox allowing the control to be enabled/disabled */ RECT calbutton; /* button that toggles the dropdown of the monthcal control */ BOOL bCalDepressed; /* TRUE = cal button is depressed */ - int bDropdownEnabled; + BOOL bDropdownEnabled; int select; WCHAR charsEntered[4]; int nCharsEntered;