mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 06:26:00 -07:00
includes: Guard against multiple NOMINMAX
This commit is contained in:
parent
91388ba104
commit
1661f3e962
1 changed files with 2 additions and 0 deletions
|
@ -23,7 +23,9 @@
|
|||
#define VK_SDK_PLATFORM_H
|
||||
|
||||
#if defined(_WIN32)
|
||||
#ifndef NOMINMAX
|
||||
#define NOMINMAX
|
||||
#endif
|
||||
#ifndef __cplusplus
|
||||
#undef inline
|
||||
#define inline __inline
|
||||
|
|
Loading…
Reference in a new issue