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"