Home
last modified time | relevance | path

Searched refs:XMLIMPORT (Results 1 – 1 of 1) sorted by relevance

/external/expat/lib/
Dexpat_external.h57 #if !defined(XML_STATIC) && !defined(XMLIMPORT)
62 #define XMLIMPORT __declspec(dllimport) macro
68 #if !defined(XMLIMPORT) && defined(__GNUC__) && (__GNUC__ >= 4)
69 #define XMLIMPORT __attribute__ ((visibility ("default"))) macro
73 #ifndef XMLIMPORT
74 #define XMLIMPORT macro
89 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL