d3dxof: Make the get_primitive_string parameter a DWORD.
This commit is contained in:
parent
ed3b1037f9
commit
49c7cba040
|
@ -90,7 +90,7 @@ static const char *debugstr_fourcc(DWORD fourcc)
|
|||
(char)(fourcc >> 16), (char)(fourcc >> 24));
|
||||
}
|
||||
|
||||
static const char* get_primitive_string(WORD token)
|
||||
static const char* get_primitive_string(DWORD token)
|
||||
{
|
||||
switch(token)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue