include glheader.h first, to prevent warnings about GLAPIENTRYP being redefined

This commit is contained in:
Brian Paul
2003-12-05 00:48:37 +00:00
parent dd7f735f53
commit b25439a3bc
4 changed files with 4 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "glheader.h"
#include "context.h"
#include "dlist.h"
#include "enums.h"