Commit a8b20975 authored by Kevin Koltzau's avatar Kevin Koltzau Committed by Alexandre Julliard

widl: Fix 64bit warning.

parent 77da4fc5
......@@ -1586,7 +1586,7 @@ size_t get_size_procformatstring_var(const var_t *var)
size_t get_size_typeformatstring_var(const var_t *var)
{
unsigned int type_offset = 0;
size_t type_offset = 0;
write_typeformatstring_var(NULL, 0, var, &type_offset);
return type_offset;
}
......
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