X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Nt32Pkg%2FSec%2FWinNtThunk.c;h=3159ef483bb63f5ef895fee167e07837d8a3bbaa;hb=56c909f3b388753dce53f8ba0061236916dbb220;hp=e4589cbfc716e80aad3598f9386a6860c8ac4bb2;hpb=f515069c194f418b74915be4a2e021c2b3ae2c46;p=mirror_edk2.git diff --git a/Nt32Pkg/Sec/WinNtThunk.c b/Nt32Pkg/Sec/WinNtThunk.c index e4589cbfc7..3159ef483b 100644 --- a/Nt32Pkg/Sec/WinNtThunk.c +++ b/Nt32Pkg/Sec/WinNtThunk.c @@ -1,6 +1,6 @@ /**@file -Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.
+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 @@ -42,7 +42,7 @@ Abstract: // point could be modified dynamically. The SEC does not do that, so we must // disable the warning so we can compile the SEC. The previous method was to // asign each element in code. The disadvantage to that approach is it's harder -// to tell if all the elements have been initailized properly. +// to tell if all the elements have been initialized properly. // #pragma warning(disable : 4232) #pragma warning(disable : 4996) @@ -176,7 +176,9 @@ EFI_WIN_NT_THUNK_PROTOCOL mWinNtThunkTable = { DispatchMessage, GetProcessHeap, HeapAlloc, - HeapFree + HeapFree, + QueryPerformanceCounter, + QueryPerformanceFrequency }; #pragma warning(default : 4996)