mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Explicitly disable inclusion for test and examples
Thank you, Travis CI, for reminding me that one cannot disable a header with inclusion guards if it doesn't exist.
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
//========================================================================
|
||||
|
||||
#include <glad/gl.h>
|
||||
#define GLFW_INCLUDE_NONE
|
||||
#include <GLFW/glfw3.h>
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user