msvfw32: Fix a pointer conversion warning on 64-bit.
This commit is contained in:
parent
1fc2cebf5e
commit
75ba56f066
|
@ -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.@]
|
||||
|
|
Loading…
Reference in New Issue