From a54110ae83aeb7e6b31b7320bfec06562ae6b546 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 29 Mar 2009 16:31:31 +0000 Subject: x64 portability git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@441 4f64403b-2f21-0410-a795-97e2b3489a10 --- worldtime_protocol/options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'worldtime_protocol/options.h') diff --git a/worldtime_protocol/options.h b/worldtime_protocol/options.h index 501582f..8f65517 100644 --- a/worldtime_protocol/options.h +++ b/worldtime_protocol/options.h @@ -10,7 +10,7 @@ extern bool set_format, hide_proto; extern TCHAR format_string[512], date_format_string[512], clist_format_string[512]; extern LISTITEM add_edit_item; -BOOL CALLBACK DlgProcOptsEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); +INT_PTR CALLBACK DlgProcOptsEdit(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); int OptInit(WPARAM wParam,LPARAM lParam); void LoadOptions(); -- cgit v1.2.3