Commit 136a93e6 authored by Rein Klazes's avatar Rein Klazes Committed by Alexandre Julliard

Set last error value to ERROR_CALL_NOT_IMPLEMENTED in QueryActCtxW()

to make Photoshop 7.0 work again.
parent 85f81de4
......@@ -167,5 +167,7 @@ BOOL WINAPI QueryActCtxW(DWORD dwFlags, HANDLE hActCtx, PVOID pvSubInst,
SIZE_T *pcbLen)
{
FIXME("stub!\n");
/* this makes Adobe Photoshop 7.0 happy */
SetLastError( ERROR_CALL_NOT_IMPLEMENTED);
return FALSE;
}
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