diff options
Diffstat (limited to 'plugins/IEHistory/src/dlgHandlers.h')
-rw-r--r-- | plugins/IEHistory/src/dlgHandlers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/IEHistory/src/dlgHandlers.h b/plugins/IEHistory/src/dlgHandlers.h index f0696a0abc..bf492a5bbf 100644 --- a/plugins/IEHistory/src/dlgHandlers.h +++ b/plugins/IEHistory/src/dlgHandlers.h @@ -33,14 +33,14 @@ struct HistoryWindowData{ int itemsPerPage; int bEnableRTL; HWND hIEView; - HANDLE hLastFirstEvent; + MEVENT hLastFirstEvent; }; struct SearchWindowData{ long index; MCONTACT contact; HWND hHistoryWindow; - HANDLE hLastFoundEvent; + MEVENT hLastFoundEvent; }; INT_PTR CALLBACK HistoryDlgProc(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); |