[PATCH] ntoskrnl.exe: Fix the name of CONFIGURATION_TYPE's MaximumType enum entry.

Francois Gouget fgouget at free.fr
Mon Aug 26 20:33:54 CDT 2019


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 32f9a6feafa..36f69cdf9a2 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
-- 
2.20.1




More information about the wine-devel mailing list