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/utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/Exchange/src/utils.cpp') diff --git a/plugins/Exchange/src/utils.cpp b/plugins/Exchange/src/utils.cpp index 9bf2c6277d..d973492787 100644 --- a/plugins/Exchange/src/utils.cpp +++ b/plugins/Exchange/src/utils.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 "utils.h" #define ___DEB @@ -34,7 +34,7 @@ int LogInit() return 0; } -int Log(char *format, ...) +int Log(char*, ...) { #ifdef ___DEBUGG char str[4096]; -- cgit v1.2.3