This commit is contained in:
Stinkfist0
2015-11-04 16:25:13 +02:00
parent d4b51a82e7
commit 206a9cf5d0
2 changed files with 27 additions and 0 deletions
+21
View File
@@ -17,6 +17,27 @@
* *
********************************************************************************/
%begin %{
#if defined(_DEBUG) && defined(SWIG_PYTHON_INTERPRETER_NO_DEBUG)
/* https://github.com/swig/swig/issues/325 */
# include <basetsd.h>
# include <assert.h>
# include <ctype.h>
# include <errno.h>
# include <io.h>
# include <math.h>
# include <sal.h>
# include <stdarg.h>
# include <stddef.h>
# include <stdio.h>
# include <stdlib.h>
# include <string.h>
# include <sys/stat.h>
# include <time.h>
# include <wchar.h>
#endif
%}
%include "std_string.i"
%include "exception.i"