egl: Don't include strings.h on Windows.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 1 Mar 2012 06:37:18 +0000 (06:37 +0000)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 1 Mar 2012 06:37:30 +0000 (06:37 +0000)
commit6b024464e80d035fe92c9c15761a0ac269a8ad51
tree99bfbce64a664cedeb5c94635041220848d0939d
parentffee498fb848b253a7833373fe5430f8c7ca0c5f
egl: Don't include strings.h on Windows.

strings.h is needed for the declaration of strcasecmp(), but only on
non-Windows platforms.
src/egl/main/egllog.c
src/egl/main/eglstring.h