=?UTF-8?Q?Stefan=20D=C3=B6singer=20?=: d3dxof: Make the get_primitive_string parameter a DWORD.

Alexandre Julliard julliard at winehq.org
Tue Apr 1 14:32:02 CDT 2014


Module: wine
Branch: master
Commit: 49c7cba040a623234f6b48a931e6b499b0db7aba
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=49c7cba040a623234f6b48a931e6b499b0db7aba

Author: Stefan Dösinger <stefan at codeweavers.com>
Date:   Mon Mar 31 11:44:55 2014 +0200

d3dxof: Make the get_primitive_string parameter 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)
   {




More information about the wine-cvs mailing list