mirror of
https://github.com/reactos/reactos.git
synced 2025-05-19 17:14:32 +00:00
- Should fix the build.
svn path=/trunk/; revision=24634
This commit is contained in:
parent
0df736c010
commit
20cab2c593
1 changed files with 0 additions and 5 deletions
|
@ -1054,11 +1054,6 @@ typedef enum _COMPUTER_NAME_FORMAT {
|
||||||
ComputerNameMax
|
ComputerNameMax
|
||||||
} COMPUTER_NAME_FORMAT;
|
} COMPUTER_NAME_FORMAT;
|
||||||
#endif /* (_WIN32_WINNT >= 0x0500) */
|
#endif /* (_WIN32_WINNT >= 0x0500) */
|
||||||
typedef struct _JOB_SET_ARRAY {
|
|
||||||
HANDLE JobHandle;
|
|
||||||
DWORD MemberLevel;
|
|
||||||
DWORD Flags;
|
|
||||||
} JOB_SET_ARRAY, *PJOB_SET_ARRAY;
|
|
||||||
#if (_WIN32_WINNT >= 0x0600)
|
#if (_WIN32_WINNT >= 0x0600)
|
||||||
typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK;
|
typedef RTL_SRWLOCK SRWLOCK, *PSRWLOCK;
|
||||||
typedef RTL_CONDITION_VARIABLE CONDITION_VARIABLE, *PCONDITION_VARIABLE;
|
typedef RTL_CONDITION_VARIABLE CONDITION_VARIABLE, *PCONDITION_VARIABLE;
|
||||||
|
|
Loading…
Reference in a new issue