[libbluray-devel] [PATCH[ Compiler happynessm for functions

Erik Van Grunderbeeck erik at arawix.com
Tue Mar 22 13:11:09 CET 2011


>Looks like strings.h is included for strcasecmp(). Is it defined in some
>other header or should there be replacement function for it ?
> (strcasecmp is 4.4BSD/POSIX.1-2001 function).
Yes, I have a seperate patch for that also (mapping it to
_stricmp/_strnicmp) since its not available under windows runtime neither.
Together with the exports, its the last patch to make a lpgl dll for win.

>I belive it can't be just left out, instead it should be checked in
>configure.ac with AC_CHECK_HEADERS and conditionally included:

>#ifdef HAVE_STRINGS_H
>#include <strings.h>
>#endif
<nod>
erik



More information about the libbluray-devel mailing list