Skip to content

Commit

Permalink
Fix R3 compilation
Browse files Browse the repository at this point in the history
There IS already type named D3D_DRIVER_TYPE!!!
I'll fix this if we would really need this exact type..
  • Loading branch information
Xottab-DUTY committed Oct 2, 2018
1 parent 44f45a4 commit 985af75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Layers/xrRenderDX10/DXCommonTypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ typedef ID3D10Resource ID3DResource;

#define D3D_STANDARD_MULTISAMPLE_PATTERN D3D10_STANDARD_MULTISAMPLE_PATTERN

#define D3D_DRIVER_TYPE D3D10_DRIVER_TYPE // There IS already type named D3D_DRIVER_TYPE!!! Fix it later if we would need it
#define D3D_DRIVER_TYPE_REFERENCE D3D10_DRIVER_TYPE_REFERENCE
#define D3D_DRIVER_TYPE_HARDWARE D3D10_DRIVER_TYPE_HARDWARE

Expand Down

0 comments on commit 985af75

Please sign in to comment.