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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user