]> git.saurik.com Git - wxWidgets.git/blob - wxPython/wxSWIG/swig_lib/python/pyexp.swg
Merged wxPython 2.4.x to the 2.5 branch (Finally!!!)
[wxWidgets.git] / wxPython / wxSWIG / swig_lib / python / pyexp.swg
1 #include "Python.h"
2
3 #include <string.h>
4 #include <stdlib.h>
5 /* Definitions for Windows/Unix exporting */
6 #if defined(__WIN32__)
7 # if defined(_MSC_VER)
8 # define SWIGEXPORT(a) __declspec(dllexport) a
9 # else
10 # if defined(__BORLANDC__)
11 # define SWIGEXPORT(a) a _export
12 # else
13 # define SWIGEXPORT(a) a
14 # endif
15 # endif
16 #else
17 # define SWIGEXPORT(a) a
18 #endif
19
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 extern void SWIG_MakePtr(char *, void *, char *);
24 extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *));
25 extern char *SWIG_GetPtr(char *, void **, char *);
26 extern char *SWIG_GetPtrObj(PyObject *, void **, char *);
27 extern void SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *));
28 extern PyObject *SWIG_newvarlink(void);
29 #ifdef __cplusplus
30 }
31 #endif