Skip to content

Commit

Permalink
Merge pull request #91 from microsoft/buildfixes
Browse files Browse the repository at this point in the history
Fix build error on WSL
  • Loading branch information
jenatali authored Mar 30, 2023
2 parents 6e3bd04 + 00180ee commit 7993f41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/d3dx12_property_format_table.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
#ifndef NOMINMAX
#define NOMINMAX
#endif
#include "d3dx12_property_format_table.h"
#ifndef WIN32
#ifndef _WIN32
#include <wsl/winadapter.h>
#endif
#include "d3dx12_property_format_table.h"
#include <assert.h>
#include <algorithm>
#include "D3D12TokenizedProgramFormat.hpp"
Expand Down

0 comments on commit 7993f41

Please sign in to comment.