X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7874bf5430d47317bebf5c68cd7d4a2d964dee95..c368d904fc27d35ae1e533155e2154dc496432e4:/wxPython/contrib/ogl/stub.cpp diff --git a/wxPython/contrib/ogl/stub.cpp b/wxPython/contrib/ogl/stub.cpp new file mode 100644 index 0000000000..45305e77e1 --- /dev/null +++ b/wxPython/contrib/ogl/stub.cpp @@ -0,0 +1,24 @@ +/* Definitions for Windows/Unix exporting */ +#if defined(__WIN32__) +# if defined(_MSC_VER) +# define SWIGEXPORT(a) __declspec(dllexport) a +# else +# if defined(__BORLANDC__) +# define SWIGEXPORT(a) a _export +# else +# define SWIGEXPORT(a) a +# endif +# endif +#else +# define SWIGEXPORT(a) a +#endif + + + +#ifdef __cplusplus +extern "C" +#endif +SWIGEXPORT(void) initoglc() { +} + +