j
k
j a
j l
On 28.01.2017 22:59, Alex Henrie wrote:
__TRY { *surface = NULL; return hr; if (FAILED(hr)) { *surface = NULL; return hr; }
*surface = NULL;
return hr;
if (FAILED(hr))
{
}
Its not possible to use return in a __TRY block.
Show replies by date
wine-devel@winehq.org
Add to favorites Remove from favorites