[GLExtensions] wxWidgets expects to statically link in to GL 1.1 functions like any sane project. Let them do this.

This commit is contained in:
Ryan Houdek 2014-01-01 20:20:16 -06:00 committed by degasus
parent 97dc20d1be
commit 95ab2380c9
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
// ----------------------------------------------------------------------------
// for compilers that support precompilation, includes "wx.h".
#define GL_GLEXT_PROTOTYPES
#include "wx/wxprec.h"
#ifdef __BORLANDC__