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.
master
Camilla Löwy ago%!(EXTRA string=6 years)
parent 51bb76c7c3
commit 537ea4ccf1
  1. 1
      examples/boing.c
  2. 1
      examples/gears.c
  3. 1
      examples/heightmap.c
  4. 1
      examples/offscreen.c
  5. 1
      examples/particles.c
  6. 1
      examples/sharing.c
  7. 1
      examples/splitview.c
  8. 1
      examples/triangle-opengl.c
  9. 1
      examples/wave.c
  10. 1
      tests/clipboard.c
  11. 1
      tests/cursor.c
  12. 1
      tests/empty.c
  13. 1
      tests/events.c
  14. 1
      tests/gamma.c
  15. 1
      tests/glfwinfo.c
  16. 1
      tests/icon.c
  17. 1
      tests/iconify.c
  18. 1
      tests/inputlag.c
  19. 1
      tests/joysticks.c
  20. 1
      tests/monitors.c
  21. 1
      tests/msaa.c
  22. 1
      tests/opacity.c
  23. 1
      tests/reopen.c
  24. 1
      tests/tearing.c
  25. 1
      tests/threads.c
  26. 1
      tests/timeout.c
  27. 1
      tests/title.c
  28. 1
      tests/windows.c

@ -37,6 +37,7 @@
#include <math.h>
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <linmath.h>

@ -32,6 +32,7 @@
#include <string.h>
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
/**

@ -30,6 +30,7 @@
#include <stddef.h>
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
/* Map height updates */

@ -24,6 +24,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#if USE_NATIVE_OSMESA

@ -40,6 +40,7 @@
#include <linmath.h>
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
// Define tokens for GL_EXT_separate_specular_color if not already defined

@ -24,6 +24,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -11,6 +11,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#if defined(_MSC_VER)

@ -25,6 +25,7 @@
//! [code]
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include "linmath.h"

@ -18,6 +18,7 @@
#include <math.h>
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <linmath.h>

@ -28,6 +28,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -31,6 +31,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#if defined(_MSC_VER)

@ -30,6 +30,7 @@
#include "tinycthread.h"
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <math.h>

@ -32,6 +32,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -29,6 +29,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#define NK_IMPLEMENTATION

@ -25,6 +25,7 @@
#include <glad/gl.h>
#include <glad/vulkan.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -28,6 +28,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -29,6 +29,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -29,6 +29,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#define NK_IMPLEMENTATION

@ -29,6 +29,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#define NK_IMPLEMENTATION

@ -29,6 +29,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -30,6 +30,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#if defined(_MSC_VER)

@ -24,6 +24,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#define NK_IMPLEMENTATION

@ -34,6 +34,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <time.h>

@ -29,6 +29,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -31,6 +31,7 @@
#include "tinycthread.h"
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -28,6 +28,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <time.h>

@ -28,6 +28,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

@ -28,6 +28,7 @@
//========================================================================
#include <glad/gl.h>
#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <stdio.h>

Loading…
Cancel
Save