mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Add WaitAll and WaitAny values
svn path=/trunk/; revision=14484
This commit is contained in:
parent
aed77eddbd
commit
ad17913046
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ DECLARE_INTERNAL_OBJECT(SECTION_OBJECT)
|
|||
/* FIXME: Unknown definitions */
|
||||
struct _SET_PARTITION_INFORMATION_EX;
|
||||
typedef ULONG WAIT_TYPE;
|
||||
#define WaitAll 0
|
||||
#define WaitAny 1
|
||||
typedef HANDLE TRACEHANDLE;
|
||||
typedef PVOID PWMILIB_CONTEXT;
|
||||
typedef PVOID PSYSCTL_IRP_DISPOSITION;
|
||||
|
|
Loading…
Reference in a new issue