mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 20:30:01 +00:00
d3dx9: Add some definitions in d3dx9.h.
This commit is contained in:
parent
020b3b5bdc
commit
0ed2c2c5e0
@ -21,6 +21,12 @@
|
||||
|
||||
#include <limits.h>
|
||||
|
||||
#define D3DX_DEFAULT ((UINT)-1)
|
||||
#define D3DX_DEFAULT_NONPOW2 ((UINT)-2)
|
||||
#define D3DX_DEFAULT_FLOAT FLT_MAX
|
||||
#define D3DX_FROM_FILE ((UINT)-3)
|
||||
#define D3DFMT_FROM_FILE ((D3DFORMAT)-3)
|
||||
|
||||
#include "d3d9.h"
|
||||
#include "d3dx9math.h"
|
||||
#include "d3dx9core.h"
|
||||
|
Loading…
Reference in New Issue
Block a user