summaryrefslogtreecommitdiff
path: root/worldtime_protocol/options.h
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 16:31:31 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2009-03-29 16:31:31 +0000
commita54110ae83aeb7e6b31b7320bfec06562ae6b546 (patch)
tree279de9e5ac57c880725646c519b703fcbab4dbf9 /worldtime_protocol/options.h
parent7ca0277c12724173c8951f7db3d06edc33231f68 (diff)
x64 portability
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@441 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'worldtime_protocol/options.h')
-rw-r--r--worldtime_protocol/options.h2
1 files changed, 1 insertions, 1 deletions
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();