diff options
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. |