d3dx9core.h: Allow overriding D3DX_SDK_VERSION.

oldstable
Kai Tietz 2014-02-20 16:56:20 +01:00 committed by Alexandre Julliard
parent 36565aa8b3
commit d7c4663df1
1 changed files with 2 additions and 0 deletions

View File

@ -27,7 +27,9 @@
/* D3DX_VERSION will be completely ignored since we are
implementing all dlls from d3dx9_24 to d3dx9_36 */
#define D3DX_VERSION 0x0902
#ifndef D3DX_SDK_VERSION
#define D3DX_SDK_VERSION 36
#endif
#define D3DXSPRITE_DONOTSAVESTATE 0x00000001
#define D3DXSPRITE_DONOTMODIFY_RENDERSTATE 0x00000002
#define D3DXSPRITE_OBJECTSPACE 0x00000004