diff --git a/engine/libs/dxsdk9/include/d3d9types.h b/engine/libs/dxsdk9/include/d3d9types.h index 6b74f63eb..983c1050c 100644 --- a/engine/libs/dxsdk9/include/d3d9types.h +++ b/engine/libs/dxsdk9/include/d3d9types.h @@ -22,7 +22,7 @@ #if (DIRECT3D_VERSION >= 0x0900) -#include +//#include #define D3DCLEAR_TARGET 0x01 #define D3DCLEAR_ZBUFFER 0x02 @@ -1266,7 +1266,7 @@ typedef struct _D3DVOLUME_DESC { UINT Depth; } D3DVOLUME_DESC; -#include +//#include #endif #endif