aboutsummaryrefslogtreecommitdiff
path: root/utils/winmm_drv/cpl
diff options
context:
space:
mode:
Diffstat (limited to 'utils/winmm_drv/cpl')
-rw-r--r--utils/winmm_drv/cpl/config_dialog.c4
1 files changed, 2 insertions, 2 deletions
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);