From 9dbd3f193d1b88a46fb86778506c45c29c4331bb Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Mon, 21 Sep 2020 03:50:53 +0300 Subject: WinMM-Drv: Minor fix of the build for MSVC --- utils/winmm_drv/cpl/config_dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils/winmm_drv/cpl/config_dialog.c') diff --git a/utils/winmm_drv/cpl/config_dialog.c b/utils/winmm_drv/cpl/config_dialog.c index 8489273..195524d 100644 --- a/utils/winmm_drv/cpl/config_dialog.c +++ b/utils/winmm_drv/cpl/config_dialog.c @@ -366,7 +366,7 @@ BOOL runAdlSetupBox(HINSTANCE hModule, HWND hwnd) return TRUE; } -WINBOOL initAdlSetupBox(HINSTANCE hModule, HWND hwnd) +BOOL initAdlSetupBox(HINSTANCE hModule, HWND hwnd) { InitCommonControls(); setupDefault(&g_setup); @@ -375,7 +375,7 @@ WINBOOL initAdlSetupBox(HINSTANCE hModule, HWND hwnd) return TRUE; } -WINBOOL cleanUpAdlSetupBox(HINSTANCE hModule, HWND hwnd) +BOOL cleanUpAdlSetupBox(HINSTANCE hModule, HWND hwnd) { UNREFERENCED_PARAMETER(hModule); UNREFERENCED_PARAMETER(hwnd); -- cgit v1.2.3