X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=include%2Fnapi%2Fwin32.h;fp=include%2Fnapi%2Fwin32.h;h=5e7e79e5c3c4631df123621925acd7bcf6ce4ffa;hp=948d28e1654f0dfe375658f0391d10c1f6ac6f4a;hb=a3df8bf1429570e0bd6c6428f6ed80073578cf4b;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/include/napi/win32.h b/include/napi/win32.h index 948d28e..5e7e79e 100644 --- a/include/napi/win32.h +++ b/include/napi/win32.h @@ -13,6 +13,8 @@ typedef struct _W32PROCESS { FAST_MUTEX ClassListLock; LIST_ENTRY ClassListHead; + FAST_MUTEX MenuListLock; + LIST_ENTRY MenuListHead; struct _WINSTATION_OBJECT* WindowStation; } W32PROCESS, *PW32PROCESS;