[ros-diffs] [fireball] 35861: - Fix SHARED_CACHE_MAP structure: it should contain a PRIVATE_CACHE_MAP, not a pointer to it! (confirmed by OSR). - The same error in VacbPushLock field (also confirmed by OSR).
fireball at svn.reactos.org
fireball at svn.reactos.org
Wed Sep 3 14:38:23 CEST 2008
Author: fireball
Date: Mon Sep 1 21:32:18 2008
New Revision: 35861
URL: http://svn.reactos.org/svn/reactos?rev=35861&view=rev
Log:
- Fix SHARED_CACHE_MAP structure: it should contain a PRIVATE_CACHE_MAP, not a pointer to it! (confirmed by OSR).
- The same error in VacbPushLock field (also confirmed by OSR).
Modified:
trunk/reactos/include/ndk/cctypes.h
Modified: trunk/reactos/include/ndk/cctypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/cctypes.h?rev=35861&r1=35860&r2=35861&view=diff
==============================================================================
--- trunk/reactos/include/ndk/cctypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/cctypes.h [iso-8859-1] Mon Sep 1 21:32:18 2008
@@ -127,8 +127,8 @@
ULONG BcbSpinLock;
PVOID Reserved;
KEVENT Event;
- PEX_PUSH_LOCK VacbPushLock;
- PPRIVATE_CACHE_MAP PrivateCacheMap;
+ EX_PUSH_LOCK VacbPushLock;
+ PRIVATE_CACHE_MAP PrivateCacheMap;
} SHARED_CACHE_MAP;
#endif /* _NTIFS_INCLUDED_ */
More information about the Ros-diffs
mailing list