| Index: ipc/ipc_export.h
|
| diff --git a/ipc/ipc_export.h b/ipc/ipc_export.h
|
| index 9f8411c3cee11fc37a0c3f04a26749cfe5e10fae..e1cbe8891f15ef980c9da85bc3ca00614e0cd996 100644
|
| --- a/ipc/ipc_export.h
|
| +++ b/ipc/ipc_export.h
|
| @@ -17,12 +17,6 @@
|
| #define IPC_EXPORT __declspec(dllimport)
|
| #endif // defined(IPC_IMPLEMENTATION)
|
|
|
| -#if defined(IPC_MOJO_IMPLEMENTATION)
|
| -#define IPC_MOJO_EXPORT __declspec(dllexport)
|
| -#else
|
| -#define IPC_MOJO_EXPORT __declspec(dllimport)
|
| -#endif // defined(IPC_MOJO_IMPLEMENTATION)
|
| -
|
| #else // defined(WIN32)
|
|
|
| #if defined(IPC_IMPLEMENTATION)
|
| @@ -31,17 +25,10 @@
|
| #define IPC_EXPORT
|
| #endif
|
|
|
| -#if defined(IPC_MOJO_IMPLEMENTATION)
|
| -#define IPC_MOJO_EXPORT __attribute__((visibility("default")))
|
| -#else
|
| -#define IPC_MOJO_EXPORT
|
| -#endif
|
| -
|
| #endif
|
|
|
| #else // defined(COMPONENT_BUILD)
|
| #define IPC_EXPORT
|
| -#define IPC_MOJO_EXPORT
|
| #endif
|
|
|
| #endif // IPC_IPC_EXPORT_H_
|
|
|