[MPlayer-cvslog] r37360 - in trunk: configure gui/win32/skinload.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Sun Jan 18 23:37:47 CET 2015


On Sun, Jan 18, 2015 at 08:26:38PM +0100, Ingo Brückl wrote:
> > Because to me it looks like the issue really is a missing
> > #include <strings.h>
> > (note "strings.h", not "string.h")
> 
> You're right, string.h is Windows.

Not really, string.h is for memset, memcpy, strlen etc.
strings.h on the other hand is only a few ones like
bzero, index, rindex and strcasecmp.
Not sure there is much sense in a header for essentially
4 functions, but that's how it is...


More information about the MPlayer-cvslog mailing list