Commit a2476058 authored by Vincent Povirk's avatar Vincent Povirk Committed by Alexandre Julliard

twain_32: Detect devices in TWAIN_UserSelect.

parent 7fa90d26
......@@ -266,6 +266,7 @@ TW_UINT16 TWAIN_UserSelect (pTW_IDENTITY pOrigin, TW_MEMREF pData)
TRACE("DG_CONTROL/DAT_IDENTITY/MSG_USERSELECT SupportedGroups=0x%x ProductName=%s\n",
selected->SupportedGroups, wine_dbgstr_a(selected->ProductName));
twain_autodetect();
if (!nrdevices) {
TRACE("<-- TWRC_FAILURE\n");
DSM_twCC = TWCC_OPERATIONERROR;
......
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