wined3d: Add some type macros to wined3d_interface.h.

This commit is contained in:
Stefan Dösinger 2006-04-05 10:31:45 +02:00 committed by Alexandre Julliard
parent 392933149b
commit df7a92f70c

View file

@ -162,6 +162,9 @@ DEFINE_GUID(IID_IWineD3DQuery,
#else /* defined (__WINE_D3D_H ) */
/* Identical: */
# define WINED3DLIGHT D3DLIGHT7
# define WINED3DMATERIAL D3DMATERIAL7
# define WINED3DVIEWPORT D3DVIEWPORT7
# define WINED3DGAMMARAMP DDGAMMARAMP
#endif