=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: comctl32: Use BOOL type where appropriate.

Alexandre Julliard julliard at winehq.org
Tue Oct 22 13:30:41 CDT 2013


Module: wine
Branch: master
Commit: 411ef80ac7040a6af7d0af11df4f3630a507b31a
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=411ef80ac7040a6af7d0af11df4f3630a507b31a

Author: Frédéric Delanoy <frederic.delanoy at 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;




More information about the wine-cvs mailing list