From e52c5a9fdcc1663f98e1a1090c424c1606990650 Mon Sep 17 00:00:00 2001 From: qwang12 Date: Sat, 2 Feb 2008 13:11:49 +0000 Subject: 1) Cleanup HiiLib, IfrSupportLib. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4661 6f19259b-4bc3-4df7-8a09-765794883524 --- MdePkg/Include/Uefi/UefiInternalFormRepresentation.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'MdePkg/Include/Uefi') diff --git a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h index d13421d0db..dd7247fe8d 100644 --- a/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h +++ b/MdePkg/Include/Uefi/UefiInternalFormRepresentation.h @@ -1488,4 +1488,14 @@ typedef struct { +// +// References to string tokens must use this macro to enable scanning for +// token usages. +// +// +// STRING_TOKEN is not defined in UEFI specification. But it is placed +// here for the easy access by C files and VFR source files. +// +#define STRING_TOKEN(t) t + #endif -- cgit v1.2.3