2007-10-15 Tomas Frydrych <tf@o-hand.com>
* clutter/cogl/gl/cogl-defines.h: * clutter/cogl/gl/cogl.c: Fixed up GL include for windows.
This commit is contained in:
parent
356678ab3c
commit
63ed3a309c
2 changed files with 10 additions and 0 deletions
|
@ -26,7 +26,12 @@
|
|||
#ifndef __COGL_DEFINES_H__
|
||||
#define __COGL_DEFINES_H__
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include <GL/Glee.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
|
@ -29,7 +29,12 @@
|
|||
|
||||
#include "cogl.h"
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include <GL/Glee.h>
|
||||
#else
|
||||
#include <GL/gl.h>
|
||||
#endif
|
||||
#include <string.h>
|
||||
|
||||
#ifdef HAVE_CLUTTER_GLX
|
||||
|
|
Loading…
Add table
Reference in a new issue