From ce8bd86e8f49f17fd2b11e14bbc3b3e816d82c1b Mon Sep 17 00:00:00 2001 From: vanjeff Date: Wed, 21 Mar 2007 01:27:01 +0000 Subject: 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modules 2. Removed #ifdef EFI_SPECIFICATION_VERSION from all c files for all modules 3. Added comments for file VariableWorker.c git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2495 6f19259b-4bc3-4df7-8a09-765794883524 --- EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'EdkNt32Pkg/Dxe/WinNtThunk') diff --git a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c index bc4822d..1e2b370 100644 --- a/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c +++ b/EdkNt32Pkg/Dxe/WinNtThunk/Bus/WinNtBusDriver/WinNtBusDriver.c @@ -1,6 +1,6 @@ /*+++ -Copyright (c) 2006, Intel Corporation +Copyright (c) 2006 - 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 @@ -121,9 +121,7 @@ EFI_DRIVER_BINDING_PROTOCOL gWinNtBusDriverBinding = { static NT_PCD_ENTRY mPcdEnvironment[] = { PcdToken(PcdWinNtConsole), &gEfiWinNtConsoleGuid, PcdToken(PcdWinNtUga), &gEfiWinNtUgaGuid, -#if (EFI_SPECIFICATION_VERSION >= 0x00020000) PcdToken(PcdWinNtGop), &gEfiWinNtGopGuid, -#endif PcdToken(PcdWinNtSerialPort), &gEfiWinNtSerialPortGuid, PcdToken(PcdWinNtFileSystem), &gEfiWinNtFileSystemGuid, PcdToken(PcdWinNtVirtualDisk), &gEfiWinNtVirtualDisksGuid, -- cgit v1.1