summaryrefslogtreecommitdiff
path: root/plugins/New_GPG/src/commonheaders.h
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-08-01 10:15:44 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-08-01 10:15:44 +0000
commit2077fd0cb27da069e6bc8588f680b6eed261c8fa (patch)
tree3884634e563be925d6718f03184337b9a57c1b11 /plugins/New_GPG/src/commonheaders.h
parent8d284bebe3c2392680949c06bbd17253960ce0f8 (diff)
small warinig fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@1296 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/New_GPG/src/commonheaders.h')
-rwxr-xr-xplugins/New_GPG/src/commonheaders.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/New_GPG/src/commonheaders.h b/plugins/New_GPG/src/commonheaders.h
index 459d76ef64..0fd218bbcf 100755
--- a/plugins/New_GPG/src/commonheaders.h
+++ b/plugins/New_GPG/src/commonheaders.h
@@ -15,6 +15,9 @@
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#ifndef COMMONHEADERS_H
#define COMMONHEADERS_H
+
+#define _CRT_SECURE_NO_WARNINGS
+
#define MIRANDA_VER 0x0901
//windows
#include <windows.h>