Commit 836b5c7e authored by Alexandre Julliard's avatar Alexandre Julliard

wined3d: Use unsigned int instead of size_t to avoid printf format warnings.

parent fb5366c6
......@@ -1282,7 +1282,7 @@ typedef struct shader_reg_maps {
#define SHADER_PGMSIZE 65535
typedef struct SHADER_BUFFER {
char* buffer;
size_t bsize;
unsigned int bsize;
unsigned int lineNo;
} SHADER_BUFFER;
......
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