Merge pull request #4960 from kivy/matham-patch-1

Use predefined headers when mocking. Fixes #4959.
This commit is contained in:
matham 2017-01-27 18:14:03 -05:00 committed by GitHub
commit 8cc8a64938
1 changed files with 3 additions and 2 deletions

View File

@ -31,8 +31,9 @@
#define GL_FRAMEBUFFER_UNDEFINED_OES 0x8219
#define GL_DEPTH24_STENCIL8_OES 0x88F0
#if defined(_WIN32)
#if __USE_OPENGL_MOCK
#include "common_subset.h"
#elif defined(_WIN32)
#include <GL/glew.h>
#define GL_GLEXT_PROTOTYPES
#define GL_APICALL