diff options
author | George Hazan <ghazan@miranda.im> | 2020-02-24 20:59:33 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-02-24 20:59:33 +0300 |
commit | 9de717660e3965fac37428abb0bc9ffaae6f2061 (patch) | |
tree | aba6c71e0c81c6c488c622b48fd5fa1afb3fef0f /plugins/IEHistory/src/stdafx.h | |
parent | 979a7ee9bea1ec5a9f911cf6ed50a3c6051f055c (diff) |
IEHistory: some old trash removed
Diffstat (limited to 'plugins/IEHistory/src/stdafx.h')
-rw-r--r-- | plugins/IEHistory/src/stdafx.h | 14 |
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; |