X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FDxe%2FGraphics%2FUnicode%2FPrintWidth.h;fp=EdkCompatibilityPkg%2FFoundation%2FLibrary%2FDxe%2FGraphics%2FUnicode%2FPrintWidth.h;h=0000000000000000000000000000000000000000;hp=71f0f541a5b87260ba80158336bd6de29f290f10;hb=c455bc8c8d78ad51c24426a500914ea32504bf06;hpb=5bca07268acabe7f31407358e875ccf89cb5e386 diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/PrintWidth.h b/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/PrintWidth.h deleted file mode 100644 index 71f0f541a5..0000000000 --- a/EdkCompatibilityPkg/Foundation/Library/Dxe/Graphics/Unicode/PrintWidth.h +++ /dev/null @@ -1,34 +0,0 @@ -/*++ - -Copyright (c) 2004, Intel Corporation. All rights reserved.
-This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. - -Module Name: - - PrintWidth.h - -Abstract: - - Unicde option for generic width. - CHAR_W is Unicode - STRING_W is L"" - ---*/ - -#ifndef _PRINT_WIDTH_H_ -#define _PRINT_WIDTH_H_ - -typedef CHAR16 CHAR_W; -#define STRING_W(_s) L##_s - -#define USPrint(Buffer, BufferSize, Format) SPrint (Buffer, BufferSize, Format) -#define UvSPrint(Buffer, BufferSize, Format, Marker) VSPrint (Buffer, BufferSize, Format, Marker) - -#include "EfiCommonLib.h" -#endif