mirror of
https://github.com/reactos/reactos.git
synced 2025-06-12 09:48:30 +00:00
fix compiling warings for d3d9 that I got local.
svn path=/trunk/; revision=30731
This commit is contained in:
parent
c6102fb959
commit
7a53ca4d32
1 changed files with 2 additions and 0 deletions
|
@ -191,9 +191,11 @@
|
||||||
#define D3DVERTEXTEXTURESAMPLER2 (D3DDMAPSAMPLER+3)
|
#define D3DVERTEXTEXTURESAMPLER2 (D3DDMAPSAMPLER+3)
|
||||||
#define D3DVERTEXTEXTURESAMPLER3 (D3DDMAPSAMPLER+4)
|
#define D3DVERTEXTEXTURESAMPLER3 (D3DDMAPSAMPLER+4)
|
||||||
|
|
||||||
|
#ifndef MAKEFOURCC
|
||||||
#define MAKEFOURCC(ch0, ch1, ch2, ch3) \
|
#define MAKEFOURCC(ch0, ch1, ch2, ch3) \
|
||||||
((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \
|
((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \
|
||||||
((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
|
((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Constants used by D3DPRESENT_PARAMETERS. when creating a device or swapchain */
|
/* Constants used by D3DPRESENT_PARAMETERS. when creating a device or swapchain */
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue