From 00180eedd9661820797f192bc4a5ba682d561a7b Mon Sep 17 00:00:00 2001 From: walbourn Date: Thu, 30 Mar 2023 13:00:36 -0700 Subject: [PATCH] Fix build error on WSL --- src/d3dx12_property_format_table.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/d3dx12_property_format_table.cpp b/src/d3dx12_property_format_table.cpp index f034449..627347e 100644 --- a/src/d3dx12_property_format_table.cpp +++ b/src/d3dx12_property_format_table.cpp @@ -14,10 +14,10 @@ #ifndef NOMINMAX #define NOMINMAX #endif -#include "d3dx12_property_format_table.h" -#ifndef WIN32 +#ifndef _WIN32 #include #endif +#include "d3dx12_property_format_table.h" #include #include #include "D3D12TokenizedProgramFormat.hpp"