From 0c7c7a21cba95444a5253f29caa8973dcd66befd Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 29 Mar 2009 17:35:35 +0000 Subject: x64 port git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@445 4f64403b-2f21-0410-a795-97e2b3489a10 --- meta2/import.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta2/import.cpp') diff --git a/meta2/import.cpp b/meta2/import.cpp index 8328584..ac0b073 100644 --- a/meta2/import.cpp +++ b/meta2/import.cpp @@ -47,7 +47,7 @@ void CreateNewMetas() { } } -BOOL CALLBACK DlgProcImport(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { +INT_PTR CALLBACK DlgProcImport(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { switch ( msg ) { case WM_INITDIALOG: TranslateDialogDefault( hwndDlg ); @@ -76,7 +76,7 @@ BOOL CALLBACK DlgProcImport(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam #define WMU_SETPERCENT (WM_USER + 0x100) #define WMU_SETCONTACT (WM_USER + 0x101) -BOOL CALLBACK DlgProcProgress(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) +INT_PTR CALLBACK DlgProcProgress(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam) { switch(msg) { case WM_INITDIALOG: -- cgit v1.2.3