Re: [xml] The issue around LoadLibrary on Windows



Csaba Raduly schrieb am 23.05.2012 um 14:34 (+0200):

xmlModuleOpen and its worker, xmlModulePlatformOpen take a const
char*, not const xmlChar*. This suggests that the parameter is not
UTF-8, in which case libxml2 should just use LoadLibraryA. This would
work as long as the entire path of the library is made of ASCII
characters.

And that means it would break otherwise. And on all NT systems (as
opposed to 95/98/ME), LoadLibraryA calls LoadLibraryW internally.

Michael



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]