We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1b88d commit c77a123Copy full SHA for c77a123
1 file changed
src/vk_mem_alloc.h
@@ -1369,12 +1369,12 @@ available through VmaAllocatorCreateInfo::pRecordSettings.
1369
#endif
1370
1371
1372
-#define NOMINMAX // For Windows.h
+#define NOMINMAX // For windows.h
1373
1374
#include <vulkan/vulkan.h>
1375
1376
#if VMA_RECORDING_ENABLED
1377
- #include <Windows.h>
+ #include <windows.h>
1378
1379
1380
#if !defined(VMA_DEDICATED_ALLOCATION)
0 commit comments