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…
Add table
Add a link
Reference in a new issue