comdlg32/tests: Use BOOL type where appropriate.
This commit is contained in:
parent
b14a4ca006
commit
2bbe7a330c
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
/* ##### */
|
/* ##### */
|
||||||
|
|
||||||
static int resizesupported = TRUE;
|
static BOOL resizesupported = TRUE;
|
||||||
|
|
||||||
static void toolbarcheck( HWND hDlg)
|
static void toolbarcheck( HWND hDlg)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue