]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/contrib/stc/stub.cpp
The sticky tag as a bit too sticky... This check-in should now update
[wxWidgets.git] / wxPython / contrib / stc / stub.cpp
diff --git a/wxPython/contrib/stc/stub.cpp b/wxPython/contrib/stc/stub.cpp
new file mode 100644 (file)
index 0000000..4f696dc
--- /dev/null
@@ -0,0 +1,23 @@
+/* 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) initstc_c() {
+}
+
+