Francois Gouget : ntoskrnl.exe: Fix the name of CONFIGURATION_TYPE' s MaximumType enum entry.
Module: wine Branch: master Commit: 1718fbd25826a28331cb6fc68d0ce3bbab711cbb URL: https://source.winehq.org/git/wine.git/?a=commit;h=1718fbd25826a28331cb6fc68... Author: Francois Gouget <fgouget(a)free.fr> Date: Tue Aug 27 03:33:54 2019 +0200 ntoskrnl.exe: Fix the name of CONFIGURATION_TYPE's MaximumType enum entry. Signed-off-by: Francois Gouget <fgouget(a)free.fr> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- include/ddk/ntddk.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ddk/ntddk.h b/include/ddk/ntddk.h index 32f9a6f..36f69cd 100644 --- a/include/ddk/ntddk.h +++ b/include/ddk/ntddk.h @@ -104,7 +104,7 @@ typedef enum _CONFIGURATION_TYPE DockingInformation, RealModeIrqRoutingTable, RealModePCIEnumeration, - MaximunType + MaximumType } CONFIGURATION_TYPE, *PCONFIGURATION_TYPE; typedef struct _IMAGE_INFO
participants (1)
-
Alexandre Julliard