audk/Nt32Pkg/Sec
Liming Gao 370e695d38 Nt32Pkg: Fix VS2015 Build Failure
VS2015 separates vcruntime.lib and ucrt.lib from msvcrt.lib. Per MSDN notes,
If you link with the /nodefaultlib option, you will need to link several
extra libraries when you link. For example, whereas you previously might have
just linked msvcrt.lib in order to use the CRT DLL, you will now also
need to link vcruntime.lib and ucrt.lib. More detail is in
http://blogs.msdn.com/b/vcblog/archive/2015/03/03/introducing-the-universal-crt.aspx

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Ruiyu Ni <ruiyu.ni@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@19430 6f19259b-4bc3-4df7-8a09-765794883524
2015-12-22 01:01:31 +00:00
..
FwVol.c Update the copyright notice format 2010-04-28 12:24:39 +00:00
SecMain.c NT32Pkg: Bind NT32 process to a single core to avoid NT32 crash issue in some multi-core processors. 2015-02-28 02:36:06 +00:00
SecMain.h Update the copyright notice format 2010-04-28 12:24:39 +00:00
SecMain.inf Nt32Pkg: Fix VS2015 Build Failure 2015-12-22 01:01:31 +00:00
Stack.asm Update the copyright notice format 2010-04-28 12:24:39 +00:00
StackX64.asm We enabled X64 native version NT32, and made it works on Windows 7 X64 OS. 2013-10-12 06:31:55 +00:00
WinNtThunk.c Add support for the GetTimerValue() to the CPU AP for NT32. This also requires some performance counter APIs to be added to the WinNtThunk Protocol. 2011-03-16 00:38:17 +00:00