diff options
Diffstat (limited to 'worldtime_protocol/options.h')
-rw-r--r-- | worldtime_protocol/options.h | 2 |
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();
|