summaryrefslogtreecommitdiff
path: root/updater/conf_comp_dialog.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 19:22:32 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 19:22:32 +0000
commit811039b40796ba732b12b5d2dfb52111980569ac (patch)
treeacf84c2a6063e28a987a257ce1d34382af1ce279 /updater/conf_comp_dialog.h
parent0c7c7a21cba95444a5253f29caa8973dcd66befd (diff)
x64 port
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@446 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'updater/conf_comp_dialog.h')
-rw-r--r--updater/conf_comp_dialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater/conf_comp_dialog.h b/updater/conf_comp_dialog.h
index fb4a272..4567a6a 100644
--- a/updater/conf_comp_dialog.h
+++ b/updater/conf_comp_dialog.h
@@ -3,6 +3,6 @@
#include "options.h"
-BOOL CALLBACK DlgProcConfirmComponents(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgProcConfirmComponents(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam);
#endif