ntdll: Fix the spelling of StoragePortClassGuid.

Signed-off-by: Francois Gouget <fgouget@free.fr>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Francois Gouget 2019-08-27 03:32:34 +02:00 committed by Alexandre Julliard
parent 248b775f95
commit 3126d366b6
1 changed files with 1 additions and 1 deletions

View File

@ -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 {