1
0
mirror of https://github.com/glfw/glfw.git synced 2025-04-05 08:22:00 +00:00
glfw/include
Camilla Löwy 248e827673 Win32: Fix symbol redefinition warnings
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 .

(cherry picked from commit 773f4495f0)
2019-07-16 14:40:52 +02:00
..
GLFW Win32: Fix symbol redefinition warnings 2019-07-16 14:40:52 +02:00