Francois Gouget : ntoskrnl.exe: Fix the name of CONFIGURATION_TYPE' s MaximumType enum entry.

Alexandre Julliard julliard at winehq.org
Tue Aug 27 15:28:15 CDT 2019


Module: wine
Branch: master
Commit: 1718fbd25826a28331cb6fc68d0ce3bbab711cbb
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=1718fbd25826a28331cb6fc68d0ce3bbab711cbb

Author: Francois Gouget <fgouget at 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 at free.fr>
Signed-off-by: Alexandre Julliard <julliard at 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




More information about the wine-cvs mailing list