[TWAIN_32_WINETEST] Sync with Wine Staging 1.7.47. CORE-9924

svn path=/trunk/; revision=68504
This commit is contained in:
Amine Khaldi 2015-07-20 23:00:00 +00:00
parent d9bd126c73
commit 6eb801b9cb

View file

@ -71,6 +71,8 @@ static BOOL get_onevalue(TW_HANDLE hcontainer, TW_UINT32 *ret, TW_UINT16 *type)
GlobalUnlock(hcontainer);
return TRUE;
}
else
*ret = 0;
return FALSE;
}