Commit 75ba56f0 authored by Alexandre Julliard's avatar Alexandre Julliard

msvfw32: Fix a pointer conversion warning on 64-bit.

parent 1fc2cebf
......@@ -72,7 +72,7 @@ static WINE_HDD* MSVIDEO_GetHddPtr(HDRAWDIB hd)
return hdd;
}
static DWORD HDD_HandleRef = 1;
static UINT_PTR HDD_HandleRef = 1;
/***********************************************************************
* DrawDibOpen [MSVFW32.@]
......
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