X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FSec%2FWinNtThunk.c;h=9ab380c205c1c935571b1a9ec4e831c638605313;hb=9d02f824bb50646d32bfa3ffadf0f8d6a896fdc3;hp=7e2be38ddda72a9244feb95456dd742cd1631282;hpb=6ae81428485020dd371eaefa5b97b24f21efe117;p=mirror_edk2.git diff --git a/Nt32Pkg/Sec/WinNtThunk.c b/Nt32Pkg/Sec/WinNtThunk.c index 7e2be38ddd..9ab380c205 100644 --- a/Nt32Pkg/Sec/WinNtThunk.c +++ b/Nt32Pkg/Sec/WinNtThunk.c @@ -1,7 +1,7 @@ /**@file -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials +Copyright (c) 2006 - 2011, 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 http://opensource.org/licenses/bsd-license.php @@ -47,6 +47,10 @@ Abstract: #pragma warning(disable : 4232) #pragma warning(disable : 4996) +#if __INTEL_COMPILER +#pragma warning ( disable : 144 ) +#endif + EFI_WIN_NT_THUNK_PROTOCOL mWinNtThunkTable = { EFI_WIN_NT_THUNK_PROTOCOL_SIGNATURE, GetProcAddress, @@ -120,6 +124,7 @@ EFI_WIN_NT_THUNK_PROTOCOL mWinNtThunkTable = { MoveFile, SetFileTime, SystemTimeToFileTime, + LocalFileTimeToFileTime, FileTimeToLocalFileTime, FileTimeToSystemTime, GetSystemTime, @@ -171,7 +176,9 @@ EFI_WIN_NT_THUNK_PROTOCOL mWinNtThunkTable = { DispatchMessage, GetProcessHeap, HeapAlloc, - HeapFree + HeapFree, + QueryPerformanceCounter, + QueryPerformanceFrequency }; #pragma warning(default : 4996)