mirror of
https://github.com/glfw/glfw.git
synced 2026-09-21 16:44:11 +00:00
Added internal use of glext.h header.
This commit is contained in:
@@ -43,7 +43,6 @@
|
||||
#include <windows.h>
|
||||
#include <mmsystem.h>
|
||||
|
||||
#include "../../include/GL/glfw3.h"
|
||||
#include "../../include/GL/wglext.h"
|
||||
|
||||
|
||||
@@ -138,13 +137,6 @@ typedef struct tagKBDLLHOOKSTRUCT {
|
||||
#endif
|
||||
|
||||
|
||||
#ifndef GL_VERSION_3_0
|
||||
|
||||
typedef const GLubyte* (APIENTRY *PFNGLGETSTRINGIPROC) (GLenum, GLuint);
|
||||
|
||||
#endif /*GL_VERSION_3_0*/
|
||||
|
||||
|
||||
//========================================================================
|
||||
// DLLs that are loaded at glfwInit()
|
||||
//========================================================================
|
||||
|
||||
Reference in New Issue
Block a user