| Index: mojo/public/system/system_export.h
|
| diff --git a/mojo/public/system/system_export.h b/mojo/public/system/system_export.h
|
| index 3a7035b8a0190b530d634a4a5a0839b4b216a95e..6b563ff13372be825672837e71a19ad826e22496 100644
|
| --- a/mojo/public/system/system_export.h
|
| +++ b/mojo/public/system/system_export.h
|
| @@ -11,14 +11,16 @@
|
| #define MOJO_SYSTEM_EXPORT __declspec(dllexport)
|
| #else
|
| #define MOJO_SYSTEM_EXPORT __declspec(dllimport)
|
| -#endif // defined(GFX_IMPLEMENTATION)
|
| +#endif
|
| +
|
| +#else // !defined(WIN32)
|
|
|
| -#else // defined(WIN32)
|
| #if defined(MOJO_SYSTEM_IMPLEMENTATION)
|
| #define MOJO_SYSTEM_EXPORT __attribute__((visibility("default")))
|
| #else
|
| #define MOJO_SYSTEM_EXPORT
|
| #endif
|
| -#endif
|
| +
|
| +#endif // defined(WIN32)
|
|
|
| #endif // MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
|
|
|