diff options
| 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 |
| commit | 811039b40796ba732b12b5d2dfb52111980569ac (patch) | |
| tree | acf84c2a6063e28a987a257ce1d34382af1ce279 /updater/conf_dialog.h | |
| parent | 0c7c7a21cba95444a5253f29caa8973dcd66befd (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_dialog.h')
| -rw-r--r-- | updater/conf_dialog.h | 2 |
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
|
