[PATCH 2/4] d3dxof: Make the get_primitive_string parameter a DWORD

Stefan Dösinger stefan at codeweavers.com
Mon Mar 31 04:44:55 CDT 2014


The only caller passes a DWORD.
---
 dlls/d3dxof/parsing.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/d3dxof/parsing.c b/dlls/d3dxof/parsing.c
index 49ff964..d10eb24 100644
--- a/dlls/d3dxof/parsing.c
+++ b/dlls/d3dxof/parsing.c
@@ -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)
   {
-- 
1.8.3.2




More information about the wine-patches mailing list