Enable UID support in NT32 platform

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9402 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
gdong1
2009-11-10 10:03:05 +00:00
parent c896d68257
commit aa11588194
5 changed files with 79 additions and 0 deletions

View File

@@ -37,6 +37,8 @@ Abstract:
#include <Protocol/WinNtThunk.h>
#include <Protocol/WinNtIo.h>
#include <Protocol/LoadedImage.h>
#include <Protocol/UserManager.h>
#include <Guid/WinNtSystemConfig.h>
extern BDS_CONSOLE_CONNECT_ENTRY gPlatformConsole[];
@@ -116,4 +118,9 @@ PlatformBdsEnterFrontPage (
IN BOOLEAN ConnectAllHappened
);
EFI_STATUS
PlatformBdsUserIdentify (
VOID
);
#endif // _BDS_PLATFORM_H