mirror of
https://github.com/glfw/glfw.git
synced 2025-04-05 05:25:07 +00:00
Fixed regression due to stale OS X glext header.
Fixes regression caused by b140606a49
.
This commit is contained in:
parent
f611ba8aa0
commit
b4c4ba0439
1 changed files with 1 additions and 1 deletions
|
@ -29,8 +29,8 @@
|
|||
//
|
||||
//========================================================================
|
||||
|
||||
#define GLFW_INCLUDE_GLEXT
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <GL/glext.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue