Francois Gouget : ntdll: Fix the spelling of StoragePortClassGuid.

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


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Aug 27 03:32:34 2019 +0200

ntdll: Fix the spelling of StoragePortClassGuid.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 include/ntddstor.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/ntddstor.h b/include/ntddstor.h
index d38a947..b8c4bb7 100644
--- a/include/ntddstor.h
+++ b/include/ntddstor.h
@@ -68,7 +68,7 @@ DEFINE_GUID(FloppyClassGuid,
   0x53f56311, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
 DEFINE_GUID(CdChangerClassGuid,
   0x53f56312, 0xb6bf, 0x11d0, 0x94, 0xf2, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
-DEFINE_GUID(StroagePortClassGuid,
+DEFINE_GUID(StoragePortClassGuid,
   0x2accfe60, 0xc130, 0x11d2, 0xb0, 0x82, 0x00, 0xa0, 0xc9, 0x1e, 0xfb, 0x8b);
 
 typedef struct _STORAGE_DEVICE_NUMBER {




More information about the wine-cvs mailing list