[ros-diffs] [fireball] 33621: - Fix a few typos in SHARED_CACHE_MAP definition in NDK. - Minor fix to BITMAP_RANGE structure in ntifs.h.

fireball at svn.reactos.org fireball at svn.reactos.org
Wed May 21 17:28:44 CEST 2008


Author: fireball
Date: Wed May 21 10:28:43 2008
New Revision: 33621

URL: http://svn.reactos.org/svn/reactos?rev=33621&view=rev
Log:
- Fix a few typos in SHARED_CACHE_MAP definition in NDK.
- Minor fix to BITMAP_RANGE structure in ntifs.h.

Modified:
    trunk/reactos/include/ddk/ntifs.h
    trunk/reactos/include/ndk/cctypes.h

Modified: trunk/reactos/include/ddk/ntifs.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ddk/ntifs.h?rev=33621&r1=33620&r2=33621&view=diff
==============================================================================
--- trunk/reactos/include/ddk/ntifs.h [iso-8859-1] (original)
+++ trunk/reactos/include/ddk/ntifs.h [iso-8859-1] Wed May 21 10:28:43 2008
@@ -643,7 +643,7 @@
 
 typedef struct _BITMAP_RANGE {
     LIST_ENTRY      Links;
-    LARGE_INTEGER   BasePage;
+    LONGLONG        BasePage;
     ULONG           FirstDirtyPage;
     ULONG           LastDirtyPage;
     ULONG           DirtyPages;

Modified: trunk/reactos/include/ndk/cctypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/cctypes.h?rev=33621&r1=33620&r2=33621&view=diff
==============================================================================
--- trunk/reactos/include/ndk/cctypes.h [iso-8859-1] (original)
+++ trunk/reactos/include/ndk/cctypes.h [iso-8859-1] Wed May 21 10:28:43 2008
@@ -97,7 +97,7 @@
     LARGE_INTEGER ValidDataLength;
     LARGE_INTEGER ValidDataGoal;
     PVACB InitialVacbs[4];
-    PVACB Vacbs;
+    PVACB *Vacbs;
     PFILE_OBJECT FileObject;
     PVACB ActiveVacb;
     PVOID NeedToZero;
@@ -117,7 +117,7 @@
     LONGLONG BeyondLastFlush;
     PCACHE_MANAGER_CALLBACKS Callbacks;
     PVOID LazyWriteContext;
-    PLIST_ENTRY PrivateList;
+    LIST_ENTRY PrivateList;
     PVOID LogHandle;
     PVOID FlushToLsnRoutine;
     ULONG DirtyPageThreshold;



More information about the Ros-diffs mailing list