On 2014-08-24 17:40, hbelu...@svn.reactos.org wrote:
> +                    mciSendCommand(wDeviceId, MCI_PUT, 
> MCI_DGV_PUT_DESTINATION | MCI_DGV_RECT | MCI_WAIT, (DWORD)&mciPut);

A DWORD cannot fit a pointer. This function takes DWORD_PTR.

_______________________________________________
Ros-dev mailing list
Ros-dev@reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev

Reply via email to