X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=MdePkg%2FLibrary%2FBasePeCoffGetEntryPointLib%2FPeCoffGetEntryPoint.c;fp=MdePkg%2FLibrary%2FBasePeCoffGetEntryPointLib%2FPeCoffGetEntryPoint.c;h=a3c117feb33bf22b5e60f09706b4058f7951f1a5;hb=cded62189ec646d7ccd5167bc2de1d65246fd153;hp=e013ae27eb8a525b9c16cfb0f92c90674dc6a1cb;hpb=6b9ddb42260e091cd7ebea503f6137821bcc1eb1;p=mirror_edk2.git diff --git a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c index e013ae27eb..a3c117feb3 100644 --- a/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c +++ b/MdePkg/Library/BasePeCoffGetEntryPointLib/PeCoffGetEntryPoint.c @@ -2,7 +2,7 @@ Provides the services to get the entry point to a PE/COFF image that has either been loaded into memory or is executing at it's linked address. - Copyright (c) 2006 - 2008, Intel Corporation
+ Copyright (c) 2006 - 2010, Intel Corporation
Portions copyright (c) 2008-2009 Apple Inc. All rights reserved.
All rights reserved. This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License @@ -313,6 +313,6 @@ PeCoffGetSizeOfHeaders ( SizeOfHeaders = 0; } - return SizeOfHeaders; + return (UINT32) SizeOfHeaders; }