HomeSort by: relevance | last modified time | path
    Searched defs:XMLCALL (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/
gdb_expat.h 34 #ifndef XMLCALL
35 #define XMLCALL
  /src/external/gpl3/gdb.old/dist/gdb/
gdb_expat.h 34 #ifndef XMLCALL
35 #define XMLCALL
  /src/external/mit/expat/dist/lib/
expat_external.h 51 XMLCALL - The calling convention to use for all calls across the
60 The XMLCALL macro was added in Expat 1.95.7. The only one which is
61 expected to be directly useful in client code is XMLCALL.
67 #ifndef XMLCALL
69 # define XMLCALL __cdecl
71 # define XMLCALL __attribute__((cdecl))
83 # define XMLCALL
85 #endif /* not defined XMLCALL */
125 #define XMLPARSEAPI(type) XMLIMPORT type XMLCALL

Completed in 27 milliseconds