Modified version and usage display.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2262 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
ywang
2007-01-17 21:31:03 +00:00
parent 92bb9cf637
commit 243009a7bf
3 changed files with 148 additions and 48 deletions

View File

@@ -1,6 +1,6 @@
/*++
Copyright (c) 2004, Intel Corporation
Copyright (c) 2004-2007, 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
@@ -25,7 +25,10 @@ Abstract:
#define MALLOC(size) malloc (size)
#define FREE(ptr) free (ptr)
#define PROGRAM_NAME "StrGather"
#define UTILITY_NAME "StrGather"
#define UTILITY_MAJOR_VERSION 0
#define UTILITY_MINOR_VERSION 31
typedef CHAR16 WCHAR;