[ros-diffs] [ion] 24738: - Fix build error.

ion at svn.reactos.org ion at svn.reactos.org
Mon Nov 13 00:32:11 CET 2006


Author: ion
Date: Mon Nov 13 02:32:11 2006
New Revision: 24738

URL: http://svn.reactos.org/svn/reactos?rev=24738&view=rev
Log:
- Fix build error.

Modified:
    trunk/reactos/include/ndk/mmtypes.h

Modified: trunk/reactos/include/ndk/mmtypes.h
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/ndk/mmtypes.h?rev=24738&r1=24737&r2=24738&view=diff
==============================================================================
--- trunk/reactos/include/ndk/mmtypes.h (original)
+++ trunk/reactos/include/ndk/mmtypes.h Mon Nov 13 02:32:11 2006
@@ -646,7 +646,7 @@
 typedef struct _DRIVER_SPECIFIED_VERIFIER_THUNKS
 {
     LIST_ENTRY ListEntry;
-    PLDR_DATA_TABLE_ENTRY DataTableEntry;
+    struct _LDR_DATA_TABLE_ENTRY *DataTableEntry;
     ULONG NumberOfThunks;
 } DRIVER_SPECIFIED_VERIFIER_THUNKS, *PDRIVER_SPECIFIED_VERIFIER_THUNKS;
 




More information about the Ros-diffs mailing list