Searched defs:XMLCALL (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/expat/
H A Dexpat_external.h20 XMLCALL - The calling convention to use for all calls across the
29 The XMLCALL macro was added in Expat 1.95.7. The only one which is
30 expected to be directly useful in client code is XMLCALL.
36 #ifndef XMLCALL
38 #define XMLCALL __cdecl macro
40 #define XMLCALL __attribute__((cdecl)) macro
52 #define XMLCALL macro
54 #endif /* not defined XMLCALL */
75 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL

Completed in 25 milliseconds