Skip to content

Commit 985af75

Browse files
committed
Fix R3 compilation
There IS already type named D3D_DRIVER_TYPE!!! I'll fix this if we would really need this exact type..
1 parent 44f45a4 commit 985af75

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Layers/xrRenderDX10/DXCommonTypes.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ typedef ID3D10Resource ID3DResource;
330330

331331
#define D3D_STANDARD_MULTISAMPLE_PATTERN D3D10_STANDARD_MULTISAMPLE_PATTERN
332332

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

0 commit comments

Comments
 (0)