]> git.saurik.com Git - wxWidgets.git/blob - wxPython/contrib/ogl/stub.cpp
Merged wxPython 2.2.2 over to the main branch
[wxWidgets.git] / wxPython / contrib / ogl / 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
18 #ifdef __cplusplus
19 extern "C"
20 #endif
21 SWIGEXPORT(void) initoglc() {
22 }
23
24