On 10/03/2011 05:31 PM, Bruno Haible wrote:
On MSVC 9, we get a compilation error in gnulib's<wchar.h>
replacement, because the autoconf test has not found the wmemchr()
function - in fact, it's an inline function - and therefore
our wchar.h provides a substitute - which is in fact unnecessary.

Technically, letting MSVC provide only an inline function will break the ability to pass around a function pointer for wmemchr. I'm surprised that letting the inline function get by still passes the signature checks in the unit tests.

--
Eric Blake   ebl...@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org

Reply via email to