From 0fc666ba4c6939b51e25d0175928f9b0eb64a938 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sun, 17 May 2015 21:20:54 +0000 Subject: Exchange: unified project git-svn-id: http://svn.miranda-ng.org/main/trunk@13666 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/Exchange/src/hooked_events.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/Exchange/src/hooked_events.cpp') diff --git a/plugins/Exchange/src/hooked_events.cpp b/plugins/Exchange/src/hooked_events.cpp index c418ecc299..5df16e1cc1 100644 --- a/plugins/Exchange/src/hooked_events.cpp +++ b/plugins/Exchange/src/hooked_events.cpp @@ -18,7 +18,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#include "commonheaders.h" +#include "stdafx.h" #include "dlg_handlers.h" #include "hooked_events.h" @@ -56,7 +56,7 @@ int UnhookEvents() return 0; } -int OnModulesLoaded(WPARAM wParam, LPARAM lParam) +int OnModulesLoaded(WPARAM, LPARAM) { UpdateTimers(); @@ -142,7 +142,7 @@ int KillTimers() return 0; } -VOID CALLBACK OnCheckTimer(HWND hWnd, UINT msg, UINT_PTR idEvent, DWORD dwTime) +VOID CALLBACK OnCheckTimer(HWND, UINT, UINT_PTR, DWORD) { /*if (exchangeServer.IsConnected()) { @@ -159,7 +159,7 @@ VOID CALLBACK OnCheckTimer(HWND hWnd, UINT msg, UINT_PTR idEvent, DWORD dwTime) } } -VOID CALLBACK OnReconnectTimer(HWND hWnd, UINT msg, UINT_PTR idEvent, DWORD dwTime) +VOID CALLBACK OnReconnectTimer(HWND, UINT, UINT_PTR, DWORD) { _popupUtil(TranslateT("Forcefully reconnecting to Exchange server ...")); -- cgit v1.2.3