]> git.saurik.com Git - wxWidgets.git/blob - 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
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
17 #ifdef __cplusplus
18 extern "C"
19 #endif
20 SWIGEXPORT(void) initstc_c() {
21 }
22
23