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
This commit is contained in:
mdkinney
2009-05-31 00:19:54 +00:00
parent a776476a83
commit 1f53f7bb99
2 changed files with 45 additions and 18 deletions

View File

@@ -39,6 +39,7 @@ Abstract:
#include <IndustryStandard/PeImage.h>
#define EFI_STATUS_CODE_DATA_MAX_SIZE 200
#define STACK_SIZE 0x20000