]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Sample/Tools/Source/UefiStrGather/StrGather.h
Sync all bug fixes between EDK1.04 and EDK1.06 into EdkCompatibilityPkg.
[mirror_edk2.git] / EdkCompatibilityPkg / Sample / Tools / Source / UefiStrGather / StrGather.h
index c45fe2855268c7361bfb34676aa50f4e652780fa..4ab20d935937be8146aeac450c4aa9886d68416c 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 2010, Intel Corporation. All rights reserved.<BR>\r
 This program and the accompanying materials                          \r
 are licensed and made available under the terms and conditions of the BSD License         \r
 which accompanies this distribution.  The full text of the license may be found at        \r
@@ -25,8 +25,6 @@ Abstract:
 #define MALLOC(size)  malloc (size)\r
 #define FREE(ptr)     do { if ((ptr) != NULL) { free (ptr); } } while (0)\r
 \r
-#define PROGRAM_NAME  "StrGather"\r
-\r
 typedef CHAR16  WCHAR;\r
 \r
 #define UNICODE_TO_ASCII(w)   (INT8) ((w) & 0xFF)\r