fltmgr.sys: add FltInitializePushLock stub (try 2)

Alexandre Julliard julliard at winehq.org
Fri Oct 16 06:28:49 CDT 2015


Austin English <austinenglish at gmail.com> writes:

> +++ b/include/ddk/ntifs.h
> @@ -19,6 +19,18 @@
>  #ifndef __NTIFS_H__
>  #define __NTIFS_H__
>  
> +typedef struct _EX_PUSH_LOCK {
> +  union {
> +    struct {
> +      ULONG  waiting   : 1;
> +      ULONG  exclusive : 1;
> +      ULONG  shared    : 30;
> +    } DUMMYSTRUCTNAME;
> +    ULONG  value;
> +    VOID   *ptr;
> +  } DUMMYUNIONNAME;
> +} EX_PUSH_LOCK, *PEX_PUSH_LOCK;

Where does this come from?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list