]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Windows build config changes
authorViktor Krikun <v.krikun@zfoneproject.com>
Fri, 11 Jun 2010 07:52:37 +0000 (07:52 +0000)
committerTravis Cross <tc@traviscross.com>
Sat, 31 Mar 2012 18:51:59 +0000 (18:51 +0000)
include/zrtp_config_win.h

index a1b2a6802afa63c3a7bb4bc42bd8ddb2604c321f..16e49f833ff45b029310aa4e823412d8f72226ef 100644 (file)
@@ -10,6 +10,9 @@
 #ifndef ZRTP_WIN_CONFIG_H__
 #define ZRTP_WIN_CONFIG_H__
 
+#define        _CRT_SECURE_NO_WARNINGS 1\r
+#pragma        warning(disable: 4068)\r
+
 /*
  * Used to map system integer types to zrtp integer definitions.
  * Define to 1 if you have the <inttypes.h> header file.