mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 21:54:22 +08:00
fix compiling warings for d3d9 that I got local.
svn path=/trunk/; revision=30731
This commit is contained in:
@@ -191,9 +191,11 @@
|
||||
#define D3DVERTEXTEXTURESAMPLER2 (D3DDMAPSAMPLER+3)
|
||||
#define D3DVERTEXTEXTURESAMPLER3 (D3DDMAPSAMPLER+4)
|
||||
|
||||
#ifndef MAKEFOURCC
|
||||
#define MAKEFOURCC(ch0, ch1, ch2, ch3) \
|
||||
((DWORD)(BYTE)(ch0) | ((DWORD)(BYTE)(ch1) << 8) | \
|
||||
((DWORD)(BYTE)(ch2) << 16) | ((DWORD)(BYTE)(ch3) << 24 ))
|
||||
#endif
|
||||
|
||||
/* Constants used by D3DPRESENT_PARAMETERS. when creating a device or swapchain */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user