From 974a027175f6b7725d49c9e110e5f58c42e0ef66 Mon Sep 17 00:00:00 2001 From: jji4 Date: Wed, 18 Mar 2009 06:15:07 +0000 Subject: Fix build break. ISO_639_2_ENTRY_SIZE has been moved to be local. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7902 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk/UcOnUc2Thunk.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'EdkCompatibilityPkg/Compatibility/UcOnUc2Thunk') 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 +/// +/// 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 -- cgit v1.2.3