summaryrefslogtreecommitdiff
path: root/updater/conf_dialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'updater/conf_dialog.h')
-rw-r--r--updater/conf_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/conf_dialog.h b/updater/conf_dialog.h
index d4ebdf9..4304089 100644
--- a/updater/conf_dialog.h
+++ b/updater/conf_dialog.h
@@ -9,6 +9,6 @@
#define CD_CONFALL 3
#define CD_OK 4
-BOOL CALLBACK DlgProcConfirm(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgProcConfirm(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
#endif