Home
last modified time | relevance | path

Searched defs:IPC_EXPORT (Results 1 – 1 of 1) sorted by relevance

/external/libmojo/ipc/
Dipc_export.h15 #define IPC_EXPORT __declspec(dllexport) macro
17 #define IPC_EXPORT __declspec(dllimport) macro
23 #define IPC_EXPORT __attribute__((visibility("default"))) macro
25 #define IPC_EXPORT macro
31 #define IPC_EXPORT macro