diff options
Diffstat (limited to 'EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk')
-rw-r--r-- | EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.c b/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.c index 9a5549fff1..8fbffce05f 100644 --- a/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.c +++ b/EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.c @@ -32,6 +32,11 @@ Module Name: #include <Library/HiiLib.h>
+///
+/// The size of a 3 character ISO639 language code.
+///
+#define ISO_639_2_ENTRY_SIZE 3
+
/**
Performs a case-insensitive comparison of two Null-terminated Unicode
|