mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
248e827673
When both GLFW_INCLUDE_VULKAN and VK_USE_PLATFORM_WIN32_KHR were
defined, the GLFW header would define replacement versions of APIENTRY
and WINGDIAPI /before/ including the Vulkan header, which would include
windows.h, which (justifiably) defines APIENTRY and WINGDIAPI blindly.
Fixes #1524.
(cherry picked from commit
|
||
---|---|---|
.. | ||
glfw3.h | ||
glfw3native.h |