From 07a3304037c13e8633ad63e6da968d9de68cb07e Mon Sep 17 00:00:00 2001 From: Hans-Kristian Arntzen Date: Sat, 21 Oct 2023 15:13:57 +0200 Subject: [PATCH] Add NOMINMAX to dgc graphics test too. --- tests/dgc_test_graphics.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dgc_test_graphics.cpp b/tests/dgc_test_graphics.cpp index 5ef9af43..af9e32b6 100644 --- a/tests/dgc_test_graphics.cpp +++ b/tests/dgc_test_graphics.cpp @@ -1,3 +1,4 @@ +#define NOMINMAX #include "application.hpp" #include "command_buffer.hpp" #include "device.hpp"