[SHLWAPI]

- Convert SHGetAllAccessSA to a soft stub in the spec file. Having it as a diff with wine doesn't add anything anyway.

svn path=/trunk/; revision=66975
This commit is contained in:
Giannis Adamopoulos 2015-03-30 10:04:26 +00:00
parent 4847616915
commit f151e67cf8
2 changed files with 1 additions and 8 deletions

View file

@ -5307,10 +5307,3 @@ DWORD WINAPI SHGetObjectCompatFlags(IUnknown *pUnk, const CLSID *clsid)
return ret;
}
#ifdef __REACTOS__
DWORD WINAPI SHGetAllAccessSA(void)
{
return 0;
}
#endif

View file

@ -551,7 +551,7 @@
551 stub -noname IShellFolder_CompareIDs
552 stub -noname SHEvaluateSystemCommandTemplate
553 stdcall IsInternetESCEnabled()
554 stdcall -noname SHGetAllAccessSA()
554 stdcall -noname -stub SHGetAllAccessSA()
555 stdcall AssocQueryStringByKeyA(long long ptr str ptr ptr)
556 stub -noname SHCoExtensionAllowed
557 stub -noname SHCoCreateExtension