diff options
Diffstat (limited to 'plugins/HistoryLinkListPlus/src/linklist_dlg.h')
-rw-r--r-- | plugins/HistoryLinkListPlus/src/linklist_dlg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HistoryLinkListPlus/src/linklist_dlg.h b/plugins/HistoryLinkListPlus/src/linklist_dlg.h index 9fe31f73b2..a08c4d64f8 100644 --- a/plugins/HistoryLinkListPlus/src/linklist_dlg.h +++ b/plugins/HistoryLinkListPlus/src/linklist_dlg.h @@ -20,9 +20,9 @@ #ifndef _LINKLIST_DLG_H
#define _LINKLIST_DLG_H
-INT_PTR WINAPI MainDlgProc( HWND, UINT, WPARAM, LPARAM );
+INT_PTR CALLBACK MainDlgProc( HWND, UINT, WPARAM, LPARAM );
LRESULT CALLBACK ProgressBarDlg(HWND, UINT, WPARAM, LPARAM);
-INT_PTR WINAPI SearchDlgProc( HWND, UINT, WPARAM, LPARAM );
+INT_PTR CALLBACK SearchDlgProc( HWND, UINT, WPARAM, LPARAM );
INT_PTR CALLBACK OptionsDlgProc(HWND, UINT, WPARAM, LPARAM );
LRESULT CALLBACK SplitterProc(HWND, UINT, WPARAM, LPARAM);
|