Skip to content
Snippets Groups Projects
Commit 75ba56f0 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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

parent 1fc2cebf
No related branches found
No related tags found
No related merge requests found
......@@ -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.@]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment