From fc4422d73bbe21d38d13fac621710e663eaec4c9 Mon Sep 17 00:00:00 2001 From: Tao Sang Date: Fri, 23 Jan 2026 10:55:17 -0500 Subject: [PATCH] SWDEV-1 Fix vulkan test build failure in Windows (#2512) 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 a0accd989f..6221c2c893 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