diff options
Diffstat (limited to 'Tools/Source/TianoTools/StrGather/StrGather.h')
-rw-r--r-- | Tools/Source/TianoTools/StrGather/StrGather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/Source/TianoTools/StrGather/StrGather.h b/Tools/Source/TianoTools/StrGather/StrGather.h index df175c2db6..65dc15cbe8 100644 --- a/Tools/Source/TianoTools/StrGather/StrGather.h +++ b/Tools/Source/TianoTools/StrGather/StrGather.h @@ -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 {
|