diff options
author | Wohlstand <admin@wohlnet.ru> | 2020-09-21 03:50:53 +0300 |
---|---|---|
committer | Wohlstand <admin@wohlnet.ru> | 2020-09-21 03:50:53 +0300 |
commit | 9dbd3f193d1b88a46fb86778506c45c29c4331bb (patch) | |
tree | 19d0f1c40f371df55566aa1947fbdbe3b8f2e6cd /utils/winmm_drv/cpl/config_dialog.c | |
parent | 08773b7ed7181e03392a766a7c1a8335d4ac44e6 (diff) | |
download | libADLMIDI-9dbd3f193d1b88a46fb86778506c45c29c4331bb.tar.gz libADLMIDI-9dbd3f193d1b88a46fb86778506c45c29c4331bb.tar.bz2 libADLMIDI-9dbd3f193d1b88a46fb86778506c45c29c4331bb.zip |
WinMM-Drv: Minor fix of the build for MSVC
Diffstat (limited to 'utils/winmm_drv/cpl/config_dialog.c')
-rw-r--r-- | utils/winmm_drv/cpl/config_dialog.c | 4 |
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); |