From cefe276fa9f702f937cf12b3f7e04cee5a334aec Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Sat, 21 Mar 2015 11:33:46 +0000 Subject: _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 --- plugins/MirOTR/src/stdafx.h | 1 + 1 file changed, 1 insertion(+) 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. -- cgit v1.2.3