Added VS 2005 project for Python module, and silenced the annoying VS 2005's deprecated CRT functions

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1442 74dad513-b988-da41-8d7b-12977e46ad98
diff --git a/pjsip-apps/src/py_pjsua/py_pjsua.h b/pjsip-apps/src/py_pjsua/py_pjsua.h
index b025a51..db71c36 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>