Changeset 95109 in vbox for trunk/include/iprt/cpp
- Timestamp:
- May 25, 2022 8:37:03 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/xml.h
r93115 r95109 364 364 365 365 366 #if RT_CLANG_PREREQ(4, 0) /* VC++ needs the nothrow'ed-ness, while clang barfs at it. */367 typedef xmlParserInput *FNEXTERNALENTITYLOADER(const char *aURI, const char *aID, xmlParserCtxt *aCtxt);368 #else369 366 typedef DECLCALLBACKTYPE_EX(xmlParserInput *, RT_NOTHING, FNEXTERNALENTITYLOADER,(const char *aURI, const char *aID, 370 367 xmlParserCtxt *aCtxt)); 371 #endif 372 typedef FNEXTERNALENTITYLOADER *PFNEXTERNALENTITYLOADER; /**< xmlExternalEntityLoader */ 368 typedef FNEXTERNALENTITYLOADER *PFNEXTERNALENTITYLOADER; /**< xmlExternalEntityLoader w/ noexcept. */ 373 369 374 370 class RT_DECL_CLASS GlobalLock
Note:
See TracChangeset
for help on using the changeset viewer.