diff options
Diffstat (limited to 'tools/gfx-unit-test')
| -rw-r--r-- | tools/gfx-unit-test/gfx-test-texture-util.cpp | 3 | ||||
| -rw-r--r-- | tools/gfx-unit-test/gfx-test-util.cpp | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tools/gfx-unit-test/gfx-test-texture-util.cpp b/tools/gfx-unit-test/gfx-test-texture-util.cpp index ff1ef39d0..ed651475d 100644 --- a/tools/gfx-unit-test/gfx-test-texture-util.cpp +++ b/tools/gfx-unit-test/gfx-test-texture-util.cpp @@ -21,8 +21,7 @@ #if GFX_ENABLE_RENDERDOC_INTEGRATION # include "external/renderdoc_app.h" -# define WIN32_LEAN_AND_MEAN -# include <Windows.h> +# include <windows.h> #endif using namespace Slang; diff --git a/tools/gfx-unit-test/gfx-test-util.cpp b/tools/gfx-unit-test/gfx-test-util.cpp index fcebdda9f..298283a4a 100644 --- a/tools/gfx-unit-test/gfx-test-util.cpp +++ b/tools/gfx-unit-test/gfx-test-util.cpp @@ -7,8 +7,7 @@ #if GFX_ENABLE_RENDERDOC_INTEGRATION # include "external/renderdoc_app.h" -# define WIN32_LEAN_AND_MEAN -# include <Windows.h> +# include <windows.h> #endif using Slang::ComPtr; |
