fix re-defines

This commit is contained in:
Monika0000 2022-06-14 04:13:30 +10:00
parent cfdc0f8775
commit bbc3d15390

View File

@ -25,8 +25,14 @@
#ifdef _WIN32
#if !defined(NOMINMAX)
#define NOMINMAX
#endif
#if !defined(WIN32_LEAN_AND_MEAN)
#define WIN32_LEAN_AND_MEAN
#endif
#include <Windows.h>
#if !defined(VK_USE_PLATFORM_WIN32_KHR)
#define VK_USE_PLATFORM_WIN32_KHR