mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 17:33:49 +00:00
- Add missing PSHARED_CACHE_MAP.
svn path=/trunk/; revision=38048
This commit is contained in:
parent
fcd0ee7931
commit
70195c5fa2
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ typedef struct _SHARED_CACHE_MAP
|
|||
KEVENT Event;
|
||||
EX_PUSH_LOCK VacbPushLock;
|
||||
PRIVATE_CACHE_MAP PrivateCacheMap;
|
||||
} SHARED_CACHE_MAP;
|
||||
} SHARED_CACHE_MAP, *PSHARED_CACHE_MAP;
|
||||
|
||||
#endif /* _NTIFS_INCLUDED_ */
|
||||
#endif /* NTOS_MODE_USER */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue