diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-18 18:35:01 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-07-18 18:35:01 +0000 |
commit | bbb8963939db6bf2d7dee7251f73fd6b57bbd6c2 (patch) | |
tree | 7df55854f81ec0220ea4fd3e6e06e3a029b4b987 /plugins/SendScreenshotPlus | |
parent | cc976b3f6c5635547b0c61b9ab4dfa335bd8999d (diff) |
SendSS: macro redefinition fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@1021 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus')
-rw-r--r-- | plugins/SendScreenshotPlus/global.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/global.h b/plugins/SendScreenshotPlus/global.h index bd1efd0809..48586f83d3 100644 --- a/plugins/SendScreenshotPlus/global.h +++ b/plugins/SendScreenshotPlus/global.h @@ -33,8 +33,6 @@ 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
|