Commit 5358bc44 authored by Richard Levitte's avatar Richard Levitte
Browse files

o_str.c: Windows doesn't have <strings.h>, and since we use _strnicmp() and

_stricmp() on that platform, use the appropriate header file for it,
<string.h>.
o_str.h: we only want to get size_t, which is defined in <stddef.h>.

Philippe Bougeret <philippe.bougeret@freesbee.fr> notified us about Windows
not having a <strings.h>
parent a7f14cb4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment