DSTRICT: commdlg

Dimitrie O. Paun dpaun at rogers.com
Sat Oct 26 09:27:22 CDT 2002


On October 26, 2002 11:14 am, Matthew Davison wrote:
> -        hInst = GetWindowLongA( lpofn->hwndOwner, GWL_HINSTANCE );
> +        hInst = (HINSTANCE)(ULONG_PTR)GetWindowLongA( lpofn->hwndOwner, GWL_HINSTANCE );

Why can't you cast here directly to HINSTANCE?

-- 
Dimi.




More information about the wine-devel mailing list