diff options
Diffstat (limited to 'plugins/ProxySwitch/src/opt.cpp')
-rw-r--r-- | plugins/ProxySwitch/src/opt.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ProxySwitch/src/opt.cpp b/plugins/ProxySwitch/src/opt.cpp index a7a7ecb1e0..366ca7e1cc 100644 --- a/plugins/ProxySwitch/src/opt.cpp +++ b/plugins/ProxySwitch/src/opt.cpp @@ -32,7 +32,7 @@ void ShowHelp(HWND hdlg, int showhide_help) ShowWindow(GetDlgItem(hdlg, IDC_EDIT_HIDEINTF), showhide_others); } -BOOL CALLBACK OptionsProc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) +INT_PTR CALLBACK OptionsProc(HWND hdlg, UINT msg, WPARAM wparam, LPARAM lparam) { switch (msg) { |