sane.ds: Fix a pointer conversion warning on 64-bit.

This commit is contained in:
Alexandre Julliard 2009-05-28 15:24:58 +02:00
parent 49159aebf1
commit 9008daed92
1 changed files with 1 additions and 1 deletions

View File

@ -563,7 +563,7 @@ TW_UINT16 SANE_ImageNativeXferGet (pTW_IDENTITY pOrigin,
psane_cancel (activeDS.deviceHandle);
activeDS.sane_started = FALSE;
*pHandle = (TW_UINT32)hDIB;
*pHandle = (UINT_PTR)hDIB;
twRC = TWRC_XFERDONE;
activeDS.twCC = TWCC_SUCCESS;
activeDS.currentState = 7;