wined3d: Add some type macros to wined3d_interface.h.
This commit is contained in:
parent
392933149b
commit
df7a92f70c
|
@ -162,6 +162,9 @@ DEFINE_GUID(IID_IWineD3DQuery,
|
||||||
|
|
||||||
#else /* defined (__WINE_D3D_H ) */
|
#else /* defined (__WINE_D3D_H ) */
|
||||||
/* Identical: */
|
/* Identical: */
|
||||||
|
# define WINED3DLIGHT D3DLIGHT7
|
||||||
|
# define WINED3DMATERIAL D3DMATERIAL7
|
||||||
|
# define WINED3DVIEWPORT D3DVIEWPORT7
|
||||||
# define WINED3DGAMMARAMP DDGAMMARAMP
|
# define WINED3DGAMMARAMP DDGAMMARAMP
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue