mesa/src/mapi/shared-glapi
Mark Janes 237dcb4aa7 Fix invalid extern "C" around header inclusion.
System headers may contain C++ declarations, which cannot be given C
linkage.  For this reason, include statements should never occur
inside extern "C".

This patch moves the C linkage statements to enclose only the
declarations within a single header.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
2015-03-05 10:21:40 -08:00
..
tests Fix invalid extern "C" around header inclusion. 2015-03-05 10:21:40 -08:00
.gitignore Clean up .gitignore files 2013-01-10 22:01:31 +01:00
SConscript mapi: remove unneeded ARRAY_SIZE #define 2015-03-04 08:33:48 -07:00