| Index: plugin/cross/main.h
|
| diff --git a/plugin/cross/main.h b/plugin/cross/main.h
|
| index 29e386a70b1f5d8edb95c9c013a9f57ebc763849..049c688468817e7d3d56a5e651adcdd3b56aaeeb 100644
|
| --- a/plugin/cross/main.h
|
| +++ b/plugin/cross/main.h
|
| @@ -59,6 +59,12 @@
|
| #define HANDLE_CRASHES void(0)
|
| #else // O3D_INTERNAL_PLUGIN
|
|
|
| +#if defined(OS_LINUX)
|
| +#define EXPORT_SYMBOL __attribute__((visibility ("default")))
|
| +#else
|
| +#define EXPORT_SYMBOL
|
| +#endif
|
| +
|
| extern ExceptionManager *g_exception_manager;
|
|
|
| // BreakpadEnabler is a simple class to keep track of whether or not
|
|
|