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:
@@ -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
|
||||
|
Reference in New Issue
Block a user