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

/freebsd-13-stable/contrib/expat/lib/
H A Dexpat_external.h49 XMLIMPORT - Whatever magic is needed to note that a function is
80 #if ! defined(XML_STATIC) && ! defined(XMLIMPORT)
85 # define XMLIMPORT __declspec(dllimport) macro
95 #if ! defined(XMLIMPORT) && XML_ENABLE_VISIBILITY
96 # define XMLIMPORT __attribute__((visibility("default"))) macro
100 #ifndef XMLIMPORT
101 # define XMLIMPORT macro
118 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL

Completed in 61 milliseconds