Clean up some data type mismatches.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@587 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -67,7 +67,7 @@ typedef CHAR16 WCHAR;
|
||||
|
||||
typedef struct _TEXT_STRING_LIST {
|
||||
struct _TEXT_STRING_LIST *Next;
|
||||
UINT8 *Str;
|
||||
CHAR8 *Str;
|
||||
} TEXT_STRING_LIST;
|
||||
|
||||
typedef struct _WCHAR_STRING_LIST {
|
||||
|
Reference in New Issue
Block a user