diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-21 11:33:46 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2015-03-21 11:33:46 +0000 |
commit | cefe276fa9f702f937cf12b3f7e04cee5a334aec (patch) | |
tree | ec1dd64e71e1375d8594127600a7f64bfe8c1f10 /plugins | |
parent | 3549d8275503943dcfaf30634a6ddf9b3e966bf1 (diff) |
_CRT_SECURE_NO_WARNINGS needed until warnings themselves in MirOTR are fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@12462 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/MirOTR/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/MirOTR/src/stdafx.h b/plugins/MirOTR/src/stdafx.h index 24037f8eee..29c63f73e4 100644 --- a/plugins/MirOTR/src/stdafx.h +++ b/plugins/MirOTR/src/stdafx.h @@ -6,6 +6,7 @@ #pragma once #define _CRT_NON_CONFORMING_SWPRINTFS +#define _CRT_SECURE_NO_WARNINGS #define WIN32_LEAN_AND_MEAN // Selten verwendete Teile der Windows-Header nicht einbinden. #ifndef WINVER // Gibt an, dass Windows 2000 die mindestens erforderliche Plattform ist. |