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,
|
||||
RealModeIrqRoutingTable,
|
||||
RealModePCIEnumeration,
|
||||
MaximunType
|
||||
MaximumType
|
||||
} CONFIGURATION_TYPE, *PCONFIGURATION_TYPE;
|
||||
|
||||
typedef struct _IMAGE_INFO
|
||||
|
|
Loading…
Reference in New Issue