17 lines
389 B
Diff
17 lines
389 B
Diff
--- cogl-1.18.2/cogl/cogl-gl-header.h.in.orig 2014-07-03 03:31:31.000000000 +0400
|
|
+++ cogl-1.18.2/cogl/cogl-gl-header.h.in 2014-08-05 15:21:23.358600000 +0400
|
|
@@ -37,7 +37,13 @@
|
|
|
|
#include "cogl-defines.h"
|
|
|
|
+#ifdef _WIN32
|
|
+#include <windows.h>
|
|
+#include <GL/GL.h>
|
|
+#include <GL/glext.h>
|
|
+#else
|
|
@COGL_GL_HEADER_INCLUDES@
|
|
+#endif
|
|
|
|
#ifndef GL_OES_EGL_image
|
|
#define GLeglImageOES void *
|