summaryrefslogtreecommitdiff
path: root/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/PrintWidth.h
diff options
context:
space:
mode:
Diffstat (limited to 'EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/PrintWidth.h')
-rw-r--r--EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/PrintWidth.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/PrintWidth.h b/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/PrintWidth.h
deleted file mode 100644
index 7bc83283e1..0000000000
--- a/EdkCompatibilityPkg/Foundation/Library/Dxe/Print/Unicode/PrintWidth.h
+++ /dev/null
@@ -1,35 +0,0 @@
-/*++
-
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>
-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