diff options
author | George Hazan <george.hazan@gmail.com> | 2015-08-04 07:39:03 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2015-08-04 07:39:03 +0000 |
commit | 10a684329affeb7fd20c777e1795ad7f212815f5 (patch) | |
tree | 73ce1884c14f763f232f20a60d0db2a74c47d09c /plugins/IEHistory/src/stdafx.h | |
parent | fbeb917c5230e0f64fb45e22488e91ab2f35c8f8 (diff) |
warning fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14837 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/src/stdafx.h')
-rw-r--r-- | plugins/IEHistory/src/stdafx.h | 7 |
1 files changed, 1 insertions, 6 deletions
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 |