summaryrefslogtreecommitdiff
path: root/plugins/IEHistory/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-02-24 20:59:33 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-02-24 20:59:33 +0300
commit9de717660e3965fac37428abb0bc9ffaae6f2061 (patch)
treeaba6c71e0c81c6c488c622b48fd5fa1afb3fef0f /plugins/IEHistory/src/stdafx.h
parent979a7ee9bea1ec5a9f911cf6ed50a3c6051f055c (diff)
IEHistory: some old trash removed
Diffstat (limited to 'plugins/IEHistory/src/stdafx.h')
-rw-r--r--plugins/IEHistory/src/stdafx.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/plugins/IEHistory/src/stdafx.h b/plugins/IEHistory/src/stdafx.h
index 19aadb42a5..5dc6758e3a 100644
--- a/plugins/IEHistory/src/stdafx.h
+++ b/plugins/IEHistory/src/stdafx.h
@@ -56,20 +56,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "utils.h"
#include "dlgHandlers.h"
-#define _strcat strcat_s
-#define _vsnprintf _vsnprintf_s
-#define snprintf _snprintf_s
-#define snwprintf _snwprintf_s
-#define sprintf sprintf_s
-#define itow _itow_s
-#ifndef _UNICODE
-# define itot itoa
-# define sntprintf snprintf
-#else
-# define itot itow
-# define sntprintf snwprintf
-#endif
-
struct CMPlugin : public PLUGIN<CMPlugin>
{
CMOption<BYTE> bEnableRtl, bShowLastFirst, bUseWorker;