fixed GL case in #include (patch 557178)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15634 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-05-22 15:56:38 +00:00
parent 14090241ce
commit 86e5d706f4

View File

@@ -1,5 +1,5 @@
///////////////////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////////////////
// Name: glcanvas.h // Name: wx/msw/glcanvas.h
// Purpose: wxGLCanvas, for using OpenGL with wxWindows under Windows // Purpose: wxGLCanvas, for using OpenGL with wxWindows under Windows
// Author: Julian Smart // Author: Julian Smart
// Modified by: // Modified by:
@@ -21,7 +21,7 @@
#include <windows.h> #include <windows.h>
#include "gl/gl.h" #include <GL/gl.h>
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
// Constants for attriblist // Constants for attriblist