Loading [MathJax]/extensions/tex2jax.js
 |
OGS
|
Go to the documentation of this file.
13 #ifndef OGS_EXPORT_SYMBOL
14 #if defined(WIN32) || defined(_WIN32)
15 #define OGS_EXPORT_SYMBOL __declspec(dllexport)
17 #define OGS_EXPORT_SYMBOL __attribute__((visibility("default")))