|
|
@ -43,7 +43,6 @@ |
|
|
|
#include <windows.h> |
|
|
|
#include <windows.h> |
|
|
|
#include <mmsystem.h> |
|
|
|
#include <mmsystem.h> |
|
|
|
|
|
|
|
|
|
|
|
#include "../../include/GL/glfw3.h" |
|
|
|
|
|
|
|
#include "../../include/GL/wglext.h" |
|
|
|
#include "../../include/GL/wglext.h" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -138,13 +137,6 @@ typedef struct tagKBDLLHOOKSTRUCT { |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef GL_VERSION_3_0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
typedef const GLubyte* (APIENTRY *PFNGLGETSTRINGIPROC) (GLenum, GLuint); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif /*GL_VERSION_3_0*/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//========================================================================
|
|
|
|
//========================================================================
|
|
|
|
// DLLs that are loaded at glfwInit()
|
|
|
|
// DLLs that are loaded at glfwInit()
|
|
|
|
//========================================================================
|
|
|
|
//========================================================================
|
|
|
|