comdlg32/tests: Use BOOL type where appropriate.

This commit is contained in:
Frédéric Delanoy 2013-10-04 23:32:11 +02:00 committed by Alexandre Julliard
parent b14a4ca006
commit 2bbe7a330c
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
/* ##### */
static int resizesupported = TRUE;
static BOOL resizesupported = TRUE;
static void toolbarcheck( HWND hDlg)
{