includes: Guard against multiple NOMINMAX
This commit is contained in:
parent
91388ba104
commit
1661f3e962
@ -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…
x
Reference in New Issue
Block a user