Henri Verbeet : wined3d: Make the texunit field in struct stb_const_desc unsigned.

Alexandre Julliard julliard at winehq.org
Wed Mar 25 10:31:30 CDT 2009


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

Author: Henri Verbeet <hverbeet at codeweavers.com>
Date:   Wed Mar 25 10:12:27 2009 +0100

wined3d: Make the texunit field in struct stb_const_desc unsigned.

---

 dlls/wined3d/wined3d_private.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/wined3d/wined3d_private.h b/dlls/wined3d/wined3d_private.h
index 2125366..c90a77d 100644
--- a/dlls/wined3d/wined3d_private.h
+++ b/dlls/wined3d/wined3d_private.h
@@ -438,7 +438,7 @@ enum vertexprocessing_mode {
 #define WINED3D_CONST_NUM_UNUSED ~0U
 
 struct stb_const_desc {
-    char                    texunit;
+    unsigned char           texunit;
     UINT                    const_num;
 };
 




More information about the wine-cvs mailing list