mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 05:55:45 +00:00
[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:
parent
4847616915
commit
f151e67cf8
2 changed files with 1 additions and 8 deletions
|
@ -5307,10 +5307,3 @@ DWORD WINAPI SHGetObjectCompatFlags(IUnknown *pUnk, const CLSID *clsid)
|
|||
|
||||
return ret;
|
||||
}
|
||||
|
||||
#ifdef __REACTOS__
|
||||
DWORD WINAPI SHGetAllAccessSA(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
#endif
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue