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

This commit is contained in:
Alexandre Julliard 2009-05-28 15:25:09 +02:00
parent 1fc2cebf5e
commit 75ba56f066
1 changed files with 1 additions and 1 deletions

View File

@ -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.@]