From f91579545394c97bcc0bc2ea31c840f63eb1a420 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Tue, 1 Dec 2015 11:44:46 +0000 Subject: Documentation: replace TRUE -> GL_TRUE to define glewExperimental git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10940 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/src/opengl.dox | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/src/opengl.dox b/documentation/src/opengl.dox index 6b1b75ad9..00bcf19bc 100644 --- a/documentation/src/opengl.dox +++ b/documentation/src/opengl.dox @@ -508,7 +508,7 @@ If GLEW is installed on the Mac OS development platform, it is possible to use the same code for all platforms, with one exception: put \code #ifdef __APPLE__ -glewExperimental = TRUE; +glewExperimental = GL_TRUE; #endif \endcode before the glewInit() call. -- cgit v1.2.3