mirror of
https://github.com/glfw/glfw.git
synced 2024-11-13 14:03:52 +00:00
Added error for no selected client library.
This commit is contained in:
parent
cc45a9e53d
commit
e51e049ad5
@ -81,10 +81,14 @@ typedef struct _GLFWmonitor _GLFWmonitor;
|
|||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#if defined(_GLFW_USE_GLESV1)
|
#if defined(_GLFW_USE_OPENGL)
|
||||||
|
// This is the default for glfw3.h
|
||||||
|
#elif defined(_GLFW_USE_GLESV1)
|
||||||
#define GLFW_INCLUDE_ES1
|
#define GLFW_INCLUDE_ES1
|
||||||
#elif defined(_GLFW_USE_GLESV2)
|
#elif defined(_GLFW_USE_GLESV2)
|
||||||
#define GLFW_INCLUDE_ES2
|
#define GLFW_INCLUDE_ES2
|
||||||
|
#else
|
||||||
|
#error "No supported client library selected"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Disable the inclusion of the platform glext.h by gl.h to allow proper
|
// Disable the inclusion of the platform glext.h by gl.h to allow proper
|
||||||
|
Loading…
Reference in New Issue
Block a user