d3dxof: Make the get_primitive_string parameter a DWORD.

oldstable
Stefan Dösinger 2014-03-31 11:44:55 +02:00 committed by Alexandre Julliard
parent ed3b1037f9
commit 49c7cba040
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{