mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[PSDK][XDK] Update some definitions
This commit is contained in:
parent
05dc65bd17
commit
e195303889
3 changed files with 70 additions and 7 deletions
|
@ -1139,6 +1139,15 @@ typedef enum _COMPUTER_NAME_FORMAT {
|
|||
} COMPUTER_NAME_FORMAT;
|
||||
#endif /* (_WIN32_WINNT >= 0x0500) */
|
||||
|
||||
typedef enum _DEP_SYSTEM_POLICY_TYPE
|
||||
{
|
||||
DEPPolicyAlwaysOff = 0,
|
||||
DEPPolicyAlwaysOn,
|
||||
DEPPolicyOptIn,
|
||||
DEPPolicyOptOut,
|
||||
DEPTotalPolicyCount
|
||||
} DEP_SYSTEM_POLICY_TYPE;
|
||||
|
||||
#if (_WIN32_WINNT >= 0x0600)
|
||||
typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK;
|
||||
typedef RTL_CONDITION_VARIABLE CONDITION_VARIABLE, *PCONDITION_VARIABLE;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue