Fix Vulkan header macro not breaking compilation

Fixes #823.
This commit is contained in:
Camilla Berglund
2016-08-05 01:32:23 +02:00
parent 7c3706763a
commit 1d3240ff9c
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -40,6 +40,7 @@
defined(GLFW_INCLUDE_NONE) || \
defined(GLFW_INCLUDE_GLEXT) || \
defined(GLFW_INCLUDE_GLU) || \
defined(GLFW_INCLUDE_VULKAN) || \
defined(GLFW_DLL)
#error "You must not define any header option macros when compiling GLFW"
#endif