diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:28:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-08-01 20:28:18 +0000 |
commit | ad5e273a04e89a45d41c87a6a21c6d6fd937ac43 (patch) | |
tree | c704120baf221e5ee7f20e93c40753d65df80ff9 /plugins/helpers | |
parent | b36570eeab759b37b50da15f67a2f844357fde1a (diff) |
Variables: common project
git-svn-id: http://svn.miranda-ng.org/main/trunk@14796 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/helpers')
-rw-r--r-- | plugins/helpers/commonheaders.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/helpers/commonheaders.h b/plugins/helpers/commonheaders.h index e193175670..e7d5f625cc 100644 --- a/plugins/helpers/commonheaders.h +++ b/plugins/helpers/commonheaders.h @@ -26,8 +26,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # define _UNICODE
#endif
-#define _CRT_SECURE_NO_WARNINGS
-
#include <tchar.h>
#include <malloc.h>
|