From 10a684329affeb7fd20c777e1795ad7f212815f5 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 4 Aug 2015 07:39:03 +0000 Subject: warning fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@14837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/IEHistory/src/stdafx.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'plugins/IEHistory/src/stdafx.h') diff --git a/plugins/IEHistory/src/stdafx.h b/plugins/IEHistory/src/stdafx.h index ad8cfce450..72e210060d 100644 --- a/plugins/IEHistory/src/stdafx.h +++ b/plugins/IEHistory/src/stdafx.h @@ -56,12 +56,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "events.h" #include "dlgHandlers.h" -static FILE* fopen_s2(const char* file,const char* mode){ - FILE* ret=NULL; fopen_s(&ret,file,mode); - return ret; -} -#define fopen fopen_s2 -#define mir_strcat strcat_s +#define _strcat strcat_s #define _vsnprintf _vsnprintf_s #define snprintf _snprintf_s #define snwprintf _snwprintf_s -- cgit v1.2.3