Frédéric Delanoy : comdlg32/tests: Use BOOL type where appropriate.
7 Oct
2013
7 Oct
'13
7:17 p.m.
Module: wine Branch: master Commit: 2bbe7a330ca0a74af8393002557addb90fabdc00 URL: http://source.winehq.org/git/wine.git/?a=commit;h=2bbe7a330ca0a74af839300255... Author: Frédéric Delanoy <frederic.delanoy(a)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) {
4455
Age (days ago)
4455
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard