]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Efi/Protocol/UnicodeCollation/UnicodeCollation.h
Maintainers.txt: Remove EdkCompatibilityPkg information
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Efi / Protocol / UnicodeCollation / UnicodeCollation.h
index 0c84796f91d7b51cb860198f06033fe0c8cd9a16..b2172a9cf92b9586e5f66a4022426e7cf10915e2 100644 (file)
@@ -1,7 +1,7 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation                                                         \r
-All rights reserved. This program and the accompanying materials                          \r
+Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
 http://opensource.org/licenses/bsd-license.php                                            \r
@@ -24,7 +24,7 @@ Abstract:
 \r
 #define EFI_UNICODE_COLLATION_PROTOCOL_GUID \\r
   { \\r
-    0x1d85cd7f, 0xf43d, 0x11d2, 0x9a, 0xc, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d \\r
+    0x1d85cd7f, 0xf43d, 0x11d2, {0x9a, 0xc, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d} \\r
   }\r
 \r
 EFI_FORWARD_DECLARATION (EFI_UNICODE_COLLATION_PROTOCOL);\r
@@ -188,7 +188,7 @@ BOOLEAN
 --*/\r
 ;\r
 \r
-typedef struct _EFI_UNICODE_COLLATION_PROTOCOL {\r
+struct _EFI_UNICODE_COLLATION_PROTOCOL {\r
   //\r
   // general\r
   //\r
@@ -204,7 +204,7 @@ typedef struct _EFI_UNICODE_COLLATION_PROTOCOL {
   EFI_UNICODE_COLLATION_STRTOFAT    StrToFat;\r
 \r
   CHAR8                             *SupportedLanguages;\r
-} EFI_UNICODE_COLLATION_PROTOCOL;\r
+};\r
 \r
 extern EFI_GUID gEfiUnicodeCollationProtocolGuid;\r
 \r