]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/PlatformBdsDxe/Generic/String.h
String.h confuse cl.exe. Its name collide with MS's std library.
[mirror_edk2.git] / Nt32Pkg / PlatformBdsDxe / Generic / String.h
CommitLineData
bc11b829 1/*++\r
2\r
3Copyright (c) 2006, Intel Corporation \r
4All rights reserved. This program and the accompanying materials \r
5are licensed and made available under the terms and conditions of the BSD License \r
6which accompanies this distribution. The full text of the license may be found at \r
7http://opensource.org/licenses/bsd-license.php \r
8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, \r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. \r
11\r
12Module Name:\r
13\r
14 string.h\r
15\r
16Abstract:\r
17 \r
18 String support\r
19\r
20Revision History\r
21\r
22--*/\r
23\r
851d410b 24#ifndef _PLATFORMBDS_STRING_H_\r
25#define _PLATFORMBDS_STRING_H_\r
bc11b829 26\r
bc11b829 27//\r
28// String Definition Guid for BDS Platform\r
29//\r
30#define EFI_BDS_PLATFORM_GUID \\r
31 { \\r
32 0x7777E939, 0xD57E, 0x4DCB, {0xA0, 0x8E, 0x64, 0xD7, 0x98, 0x57, 0x1E, 0x0F } \\r
33 }\r
34\r
35EFI_HII_HANDLE gStringPackHandle;\r
36EFI_HII_PROTOCOL *Hii;\r
37\r
38CHAR16 *\r
39GetStringById (\r
40 IN STRING_REF Id\r
41 );\r
42\r
43EFI_STATUS\r
44InitializeStringSupport (\r
45 VOID\r
46 );\r
47\r
48EFI_STATUS\r
49CallFrontPage (\r
50 VOID\r
51 );\r
52\r
53#endif // _STRING_H_\r