Blender V2.61 - r43446

GL.h

Go to the documentation of this file.
00001 
00028 #if defined(WIN32) || defined(__APPLE__)
00029 
00030     #ifdef WIN32
00031         #include <windows.h>
00032         #include <GL/gl.h>
00033     #else // WIN32
00034         // __APPLE__ is defined
00035         #include <AGL/gl.h>
00036     #endif // WIN32
00037 #else // defined(WIN32) || defined(__APPLE__)
00038     #include <GL/gl.h>
00039 #endif // defined(WIN32) || defined(__APPLE__)
00040