summaryrefslogtreecommitdiff
path: root/plugins/SendScreenshotPlus
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-07-16 19:25:59 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-07-16 19:25:59 +0000
commit0007d748f86bb00d876549d4415d595320e0499c (patch)
treeea579fcc2399f77d9f184d90bd8a41f792bd694d /plugins/SendScreenshotPlus
parentf7e482e4333df76b198b16c7685c2304007fbe79 (diff)
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@990 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus')
-rw-r--r--plugins/SendScreenshotPlus/global.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/SendScreenshotPlus/global.h b/plugins/SendScreenshotPlus/global.h
index 48586f83d3..bd1efd0809 100644
--- a/plugins/SendScreenshotPlus/global.h
+++ b/plugins/SendScreenshotPlus/global.h
@@ -33,6 +33,8 @@ Last change by : $Author: ing.u.horn $
#ifndef _GLOBAL_H_
#define _GLOBAL_H_
+#define _CRT_SECURE_NO_WARNINGS
+
#define WINVER 0x0700
#define _WIN32_WINNT 0x0700
#define _WIN32_IE 0x0601