mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 00:44:22 +08: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user