2 #if !defined ( PYINTERP_H )
5 // ========================================================
6 // set dllexport type for Win platform
8 # if defined PYINTERP_EXPORTS || defined PyInterp_EXPORTS
9 # define PYINTERP_EXPORT __declspec(dllexport)
11 # define PYINTERP_EXPORT __declspec(dllimport)
14 # define PYINTERP_EXPORT
17 // ========================================================
18 // little trick - if we do not have debug python libraries
20 #ifndef HAVE_DEBUG_PYTHON
28 #ifndef HAVE_DEBUG_PYTHON
33 // ========================================================
34 // avoid warning messages
36 #pragma warning (disable : 4786)
37 #pragma warning (disable : 4251)