diff options
Diffstat (limited to 'plugins/Exchange/src/services.cpp')
-rw-r--r-- | plugins/Exchange/src/services.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Exchange/src/services.cpp b/plugins/Exchange/src/services.cpp index c6a7beb665..092cb34e13 100644 --- a/plugins/Exchange/src/services.cpp +++ b/plugins/Exchange/src/services.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 "services.h"
int InitServices()
@@ -33,7 +33,7 @@ int DestroyServices() return 0;
}
-int CheckEmailService(WPARAM wParam, LPARAM lParam)
+int CheckEmailService(WPARAM, LPARAM)
{
/*
if (!exchangeServer.IsConnected())
|