Got rid of misleading "No Tls Space" error message.
This commit is contained in:
parent
564d3802fc
commit
2aeb57eeff
|
@ -242,8 +242,5 @@ DWORD WINAPI CommDlgExtendedError(void)
|
||||||
if (COMDLG32_TlsIndex != 0xffffffff)
|
if (COMDLG32_TlsIndex != 0xffffffff)
|
||||||
return (DWORD)TlsGetValue(COMDLG32_TlsIndex);
|
return (DWORD)TlsGetValue(COMDLG32_TlsIndex);
|
||||||
else
|
else
|
||||||
{
|
return 0; /* we never set an error, so there isn't one */
|
||||||
FIXME("No Tls Space\n");
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue