]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/HiiLib/HiiLib.c
1) Sync EdkCompatibilityPkg with EDK 1.04. The changes includes:
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Library / EdkIIGlueLib / Library / HiiLib / HiiLib.c
index e0f7be081bd4b2c657a819c7bbaa27542fe9b067..302747eaf9ea6104f652dc6d7751ca3f6db47e70 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2006, Intel Corporation                                                         \r
+Copyright (c) 2004 - 2007, Intel Corporation                                                         \r
 All rights reserved. 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
@@ -22,6 +22,7 @@ Abstract:
 \r
 #include "EdkIIGlueDxe.h"\r
 \r
+#if (EFI_SPECIFICATION_VERSION < 0x0002000A)\r
 /**\r
   This function allocates pool for an EFI_HII_PACKAGES structure\r
   with enough space for the variable argument list of package pointers.\r
@@ -68,3 +69,4 @@ GluePreparePackages (
   return HiiPackages;\r
 \r
 }\r
+#endif\r