Home
last modified time | relevance | path

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

/external/libevent/include/event2/
Dvisibility.h34 # define EVENT2_EXPORT_SYMBOL __global macro
36 # define EVENT2_EXPORT_SYMBOL __attribute__ ((visibility("default"))) macro
38 # define EVENT2_EXPORT_SYMBOL extern __declspec(dllexport) macro
40 # define EVENT2_EXPORT_SYMBOL /* unknown compiler */ macro
44 # define EVENT2_EXPORT_SYMBOL extern __declspec(dllimport) macro
46 # define EVENT2_EXPORT_SYMBOL macro