X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a70a28254eb0651270484e7db465ddc2ee7e548..58ef67abc36c35a91cc3d5bd4a9d73eb8885fc02:/wxPython/src/gtk/utils.cpp?ds=inline diff --git a/wxPython/src/gtk/utils.cpp b/wxPython/src/gtk/utils.cpp index a41168ab5b..c986f2f9ec 100644 --- a/wxPython/src/gtk/utils.cpp +++ b/wxPython/src/gtk/utils.cpp @@ -27,21 +27,19 @@ # define SWIGEXPORT(a) __declspec(dllexport) a # else # if defined(__BORLANDC__) -# define SWIGEXPORT(a) a _export +# define SWIGEXPORT(a) a _export # else -# define SWIGEXPORT(a) a +# define SWIGEXPORT(a) a # endif # endif #else -# define SWIGEXPORT(a) a +# define SWIGEXPORT(a) a #endif -#include "Python.h" - #ifdef __cplusplus extern "C" { #endif - +#include "Python.h" extern void SWIG_MakePtr(char *, void *, char *); extern void SWIG_RegisterMapping(char *, char *, void *(*)(void *)); extern char *SWIG_GetPtr(char *, void **, char *);