ntoskrnl.exe: Fix the name of CONFIGURATION_TYPE's MaximumType enum entry.
Signed-off-by: Francois Gouget <fgouget@free.fr> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
8d486f5ba5
commit
1718fbd258
@ -104,7 +104,7 @@ typedef enum _CONFIGURATION_TYPE
|
|||||||
DockingInformation,
|
DockingInformation,
|
||||||
RealModeIrqRoutingTable,
|
RealModeIrqRoutingTable,
|
||||||
RealModePCIEnumeration,
|
RealModePCIEnumeration,
|
||||||
MaximunType
|
MaximumType
|
||||||
} CONFIGURATION_TYPE, *PCONFIGURATION_TYPE;
|
} CONFIGURATION_TYPE, *PCONFIGURATION_TYPE;
|
||||||
|
|
||||||
typedef struct _IMAGE_INFO
|
typedef struct _IMAGE_INFO
|
||||||
|
Loading…
x
Reference in New Issue
Block a user