From 79f780c0f44fb1b7afd352f316573fbfffe1c0a5 Mon Sep 17 00:00:00 2001 From: taosang2 Date: Tue, 6 Jan 2026 15:17:49 -0500 Subject: [PATCH] SWDEV-1 Fix vulkan test build failure in Windows --- projects/hip-tests/catch/unit/vulkan_interop/vulkan_test.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip-tests/catch/unit/vulkan_interop/vulkan_test.hh b/projects/hip-tests/catch/unit/vulkan_interop/vulkan_test.hh index a0accd989f8..6221c2c893c 100644 --- a/projects/hip-tests/catch/unit/vulkan_interop/vulkan_test.hh +++ b/projects/hip-tests/catch/unit/vulkan_interop/vulkan_test.hh @@ -22,7 +22,7 @@ THE SOFTWARE. #include #ifdef _WIN64 - +#define NOMINMAX #include #include #include