Commit e32c74d8 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dpnet/tests: Use correct integral type.

parent 91b0ceef
......@@ -418,7 +418,8 @@ done:
/* taken from programs/winetest/main.c */
BOOL is_stub_dll(const char *filename)
{
DWORD size, ver;
UINT size;
DWORD ver;
BOOL isstub = FALSE;
char *p, *data;
......
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