From ae3c75fcc58c827fc4da2f932978f8618b080af4 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Wed, 19 Sep 2007 18:51:39 +0000 Subject: Added VS 2005 project for Python module, and silenced the annoying VS 2005's deprecated CRT functions git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1442 74dad513-b988-da41-8d7b-12977e46ad98 --- pjsip-apps/src/py_pjsua/py_pjsua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pjsip-apps/src/py_pjsua') diff --git a/pjsip-apps/src/py_pjsua/py_pjsua.h b/pjsip-apps/src/py_pjsua/py_pjsua.h index b025a519..db71c364 100644 --- a/pjsip-apps/src/py_pjsua/py_pjsua.h +++ b/pjsip-apps/src/py_pjsua/py_pjsua.h @@ -19,6 +19,8 @@ #ifndef __PY_PJSUA_H__ #define __PY_PJSUA_H__ +#define _CRT_SECURE_NO_DEPRECATE + #include #include #include -- cgit v1.2.3