mirror of
https://github.com/jezhiggins/arabica
synced 2024-12-28 22:23:21 +01:00
7bbcab1568
#import <type_library>. The latter is sensitive to the exact name/version of the library provided by Microsoft and various options provided to the type library reader. (Found the issue when I attempted to build with MSXML4 rather then MSXML3.) [kas] Created the default PROGID define. M$. in their wisdom, removed the version independent IDs starting in version 4.0 of the MSXML library. Saves a lot of 'DLL hell' problems but creates others for maintainers. The initialization code will now try the 4.0 ID and then the older (version independant) name. [kas] StreamAdaptor now derives from ISequentialStream, not IStream. Fixes to StreamAdaptor::QueryInterface. |
||
---|---|---|
.. | ||
saxexpat.cpp | ||
saxexpat.h | ||
saxlibxml2.cpp | ||
saxlibxml2.h | ||
saxmsxml2.h | ||
saxxerces.h |