From 7a04fbe4fd511d14e35486987b6e986322ea6d85 Mon Sep 17 00:00:00 2001 From: Viktor Krikun Date: Fri, 11 Jun 2010 07:52:37 +0000 Subject: [PATCH] Windows build config changes --- include/zrtp_config_win.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/zrtp_config_win.h b/include/zrtp_config_win.h index a1b2a6802a..16e49f833f 100644 --- a/include/zrtp_config_win.h +++ b/include/zrtp_config_win.h @@ -10,6 +10,9 @@ #ifndef ZRTP_WIN_CONFIG_H__ #define ZRTP_WIN_CONFIG_H__ +#define _CRT_SECURE_NO_WARNINGS 1 +#pragma warning(disable: 4068) + /* * Used to map system integer types to zrtp integer definitions. * Define to 1 if you have the header file.