summaryrefslogtreecommitdiff
path: root/pjsip-apps/src/py_pjsua
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2007-09-19 18:51:39 +0000
committerBenny Prijono <bennylp@teluu.com>2007-09-19 18:51:39 +0000
commitae3c75fcc58c827fc4da2f932978f8618b080af4 (patch)
treebf52e37cb54a4ecca98ee44fbc0d4997b2df3b1b /pjsip-apps/src/py_pjsua
parent94688fa0aa8a555fdd9e22b463d76a531b50b63c (diff)
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
Diffstat (limited to 'pjsip-apps/src/py_pjsua')
-rw-r--r--pjsip-apps/src/py_pjsua/py_pjsua.h2
1 files changed, 2 insertions, 0 deletions
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 <Python.h>
#include <structmember.h>
#include <pjsua-lib/pjsua.h>