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

Alexandre Julliard julliard at winehq.org
Mon Oct 7 14:17:11 CDT 2013


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

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Fri Oct  4 23:32:11 2013 +0200

comdlg32/tests: Use BOOL type where appropriate.

---

 dlls/comdlg32/tests/filedlg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/comdlg32/tests/filedlg.c b/dlls/comdlg32/tests/filedlg.c
index 9ae4e66..8e7dd27 100644
--- a/dlls/comdlg32/tests/filedlg.c
+++ b/dlls/comdlg32/tests/filedlg.c
@@ -28,7 +28,7 @@
 
 /* ##### */
 
-static int resizesupported = TRUE;
+static BOOL resizesupported = TRUE;
 
 static void toolbarcheck( HWND hDlg)
 {




More information about the wine-cvs mailing list