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