Commit 8707eecf authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dplayx/tests: Use correct integral type.

parent 2d0e84e6
......@@ -6864,7 +6864,8 @@ done:
/* taken from programs/winetest/main.c */
static 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