Commit 30678c33 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Make twain compile again.

parent 5b85db3d
......@@ -364,7 +364,7 @@ TW_UINT16 TWAIN_OpenDSM (pTW_IDENTITY pOrigin, TW_MEMREF pData)
DSM_currentDevice = 0;
DSM_sourceId = 0;
}
DSM_parentHWND = *pData;
DSM_parentHWND = *(HWND*)pData;
DSM_currentState = 3; /* transition to state 3 */
DSM_twCC = TWCC_SUCCESS;
twRC = TWRC_SUCCESS;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment