wined3d: Make the texunit field in struct stb_const_desc unsigned.

This commit is contained in:
Henri Verbeet 2009-03-25 10:12:27 +01:00 committed by Alexandre Julliard
parent 771fe7fd8a
commit 59c5962828
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};