Re: [xml] LoadLibrary needs to be LoadLibraryA
- From: Roumen Petrov <bugtrack roumenpetrov info>
- To: Cory Nelson <phrosty gmail com>
- Cc: xml gnome org
- Subject: Re: [xml] LoadLibrary needs to be LoadLibraryA
- Date: Sat, 23 Feb 2008 19:25:57 +0200
What about libxml (only for win32) to define xxxA and xxxW functions always.
First (xxxA) to use LoadLibraryA and second xxxW - LoadLibraryW.
Also for binary compatibility function xxx should exist too and to use
LoadLibraryA, i.e. to call xxxA.
The header can define xxx to xxxW if UNICODE is defined otherwise - xxxA.
This would be nice, but is a breaking change
Only if new application build with new library is run with old library.
Roumen
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]