From 95ab2380c90b95e222dda2e502d7adb8c9c07fb3 Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Wed, 1 Jan 2014 20:20:16 -0600 Subject: [PATCH] [GLExtensions] wxWidgets expects to statically link in to GL 1.1 functions like any sane project. Let them do this. --- Externals/wxWidgets3/src/common/glcmn.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Externals/wxWidgets3/src/common/glcmn.cpp b/Externals/wxWidgets3/src/common/glcmn.cpp index 09d9dd6582..c8276bc384 100644 --- a/Externals/wxWidgets3/src/common/glcmn.cpp +++ b/Externals/wxWidgets3/src/common/glcmn.cpp @@ -16,6 +16,7 @@ // ---------------------------------------------------------------------------- // for compilers that support precompilation, includes "wx.h". +#define GL_GLEXT_PROTOTYPES #include "wx/wxprec.h" #ifdef __BORLANDC__