Module: wine Branch: master Commit: 75ba56f066b0a5a808d289a5e4381179918a172e URL: http://source.winehq.org/git/wine.git/?a=commit;h=75ba56f066b0a5a808d289a5e4...
Author: Alexandre Julliard julliard@winehq.org Date: Thu May 28 15:25:09 2009 +0200
msvfw32: Fix a pointer conversion warning on 64-bit.
---
dlls/msvfw32/drawdib.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/msvfw32/drawdib.c b/dlls/msvfw32/drawdib.c index 902f0ca..9877e62 100644 --- a/dlls/msvfw32/drawdib.c +++ b/dlls/msvfw32/drawdib.c @@ -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.@]