glapi: Do not include dlfcn.h on Windows.
authorVinson Lee <vlee@freedesktop.org>
Fri, 11 Oct 2013 01:13:25 +0000 (18:13 -0700)
committerVinson Lee <vlee@freedesktop.org>
Sat, 7 Dec 2013 22:31:01 +0000 (14:31 -0800)
commit965cde9232ca6c704ac31e924c15ddf39c58082d
tree94979c635903023b07bde819d9f8dc060d2a598d
parent797894036d1196805f02a2428fff82ece5855af7
glapi: Do not include dlfcn.h on Windows.

This patch fixes this MinGW build error.

  CC     glapi_gentable.lo
glapi_gentable.c:47:19: fatal error: dlfcn.h: No such file or directory

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mapi/glapi/gen/gl_gentable.py