Commit 49c7cba0 authored by Stefan Dösinger's avatar Stefan Dösinger Committed by Alexandre Julliard

d3dxof: Make the get_primitive_string parameter a DWORD.

parent ed3b1037
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment