]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/ogl/stub.cpp
Merged wxPython 2.2.2 over to the main branch
[wxWidgets.git] / wxPython / contrib / ogl / stub.cpp
diff --git a/wxPython/contrib/ogl/stub.cpp b/wxPython/contrib/ogl/stub.cpp
new file mode 100644 (file)
index 0000000..45305e7
--- /dev/null
@@ -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() {
+}
+
+