forked from Mirrors/freeswitch
Suppress MSVC 8 warnings about crt functions.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@62 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
fbf4da07ca
commit
f8b4096961
@ -35,6 +35,15 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (_MSC_VER >= 1400) // VC8+
|
||||||
|
#ifndef _CRT_SECURE_NO_DEPRECATE
|
||||||
|
#define _CRT_SECURE_NO_DEPRECATE
|
||||||
|
#endif
|
||||||
|
#ifndef _CRT_NONSTDC_NO_DEPRECATE
|
||||||
|
#define _CRT_NONSTDC_NO_DEPRECATE
|
||||||
|
#endif
|
||||||
|
#endif // VC8+
|
||||||
|
|
||||||
#include <apr.h>
|
#include <apr.h>
|
||||||
#include <apr_network_io.h>
|
#include <apr_network_io.h>
|
||||||
#include <apr_errno.h>
|
#include <apr_errno.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user