mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
d3d8: Avoid a size_t printf format warning.
This commit is contained in:
parent
613998d4f6
commit
a43cb2807a
@ -276,7 +276,7 @@ size_t convert_to_wined3d_declaration(const DWORD *d3d8_elements, WINED3DVERTEXE
|
||||
const DWORD *token = d3d8_elements;
|
||||
WINED3DVERTEXELEMENT *element;
|
||||
D3DVSD_TOKENTYPE token_type;
|
||||
size_t element_count = 0;
|
||||
unsigned int element_count = 0;
|
||||
DWORD stream = 0;
|
||||
int offset = 0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user