]> git.proxmox.com Git - mirror_edk2.git/commit
Update SecMain for Nt32 to use WriteFile() for all status code related console output...
authormdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 31 May 2009 00:19:54 +0000 (00:19 +0000)
committermdkinney <mdkinney@6f19259b-4bc3-4df7-8a09-765794883524>
Sun, 31 May 2009 00:19:54 +0000 (00:19 +0000)
commit1f53f7bb991c4299695a7aac2420ccae1b5fab1c
tree9791172cef8770da50284b0f2c602c8229ffde94
parenta776476a83373be231125795c5eeea05fa9bcf7d
Update SecMain for Nt32 to use WriteFile() for all status code related console output so the same mechanism is used for SEC, PEI, and DXE.  Previously SEC and PEI were using printf() and DXE was using WriteFile() and the order of the messages was not correct in all cases.  By using the same method for all status code output, the order of the messages is correct.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8411 6f19259b-4bc3-4df7-8a09-765794883524
Nt32Pkg/Sec/SecMain.c
Nt32Pkg/Sec/SecMain.h