Home
last modified time | relevance | path

Searched refs:XMLIMPORT (Results 1 – 2 of 2) 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
/external/python/cpython2/Modules/expat/
Dexpat_external.h61 #if !defined(XML_STATIC) && !defined(XMLIMPORT)
66 #define XMLIMPORT __declspec(dllimport) macro
74 #ifndef XMLIMPORT
75 #define XMLIMPORT macro
79 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL