mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
[PSDK]
* Update SIP_ADD_NEWPROVIDER. CORE-8540 svn path=/trunk/; revision=64328
This commit is contained in:
parent
d8c63aaae2
commit
a61ee962b0
1 changed files with 3 additions and 0 deletions
|
@ -156,6 +156,9 @@ typedef struct SIP_ADD_NEWPROVIDER_
|
|||
WCHAR *pwszRemoveFuncName;
|
||||
|
||||
WCHAR *pwszIsFunctionNameFmt2;
|
||||
|
||||
/* NTDDI_VERSION >= NTDDI_WIN8 */
|
||||
WCHAR *pwszGetCapFuncName;
|
||||
} SIP_ADD_NEWPROVIDER, *PSIP_ADD_NEWPROVIDER;
|
||||
#include <poppack.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue