Fixed GL imports.

This commit is contained in:
bkaradzic
2013-12-07 22:01:32 -08:00
parent 929873983f
commit 5b4d4b37fa
7 changed files with 182 additions and 164 deletions

View File

@@ -11,7 +11,7 @@
namespace bgfx
{
# define GL_IMPORT(_optional, _proto, _func) _proto _func
# define GL_IMPORT(_optional, _proto, _func, _import) _proto _func
# include "glimports.h"
# undef GL_IMPORT