comparison src/graphics/opengl/gl-render.h @ 7845:25f5d628bc8a

Fix OpenGL/FLTK compilation under Windows. * * * fltk_backend/Makefile.in: add GRAPHICS_CFLAGS variable.
author Michael Goffioul <michael.goffioul@gmail.com>
date Tue, 26 Feb 2008 12:04:20 +0100
parents caab78e7e377
children 35e8d6199455
comparison
equal deleted inserted replaced
7844:3d60445d3638 7845:25f5d628bc8a
20 20
21 */ 21 */
22 22
23 #if !defined (gl_render_h) 23 #if !defined (gl_render_h)
24 #define gl_render_h 1 24 #define gl_render_h 1
25
26 #include "config.h"
27
28 #ifdef HAVE_WINDOWS_H
29 #include <windows.h>
30 #endif
25 31
26 #include <GL/gl.h> 32 #include <GL/gl.h>
27 #include <GL/glu.h> 33 #include <GL/glu.h>
28 34
29 #include "graphics.h" 35 #include "graphics.h"