mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-31 01:24:12 +02:00
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1424 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
e86976fff2
commit
be800da989
@ -30,8 +30,10 @@ HANDLE mStdOut;
|
|||||||
|
|
||||||
Initialize OEM status code device .
|
Initialize OEM status code device .
|
||||||
|
|
||||||
|
@return Always return EFI_SUCCESS.
|
||||||
|
|
||||||
**/
|
**/
|
||||||
VOID
|
EFI_SUCCESS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
OemHookStatusCodeInitialize (
|
OemHookStatusCodeInitialize (
|
||||||
VOID
|
VOID
|
||||||
@ -71,7 +73,7 @@ OemHookStatusCodeInitialize (
|
|||||||
//
|
//
|
||||||
mStdOut = mWinNt->GetStdHandle (STD_OUTPUT_HANDLE);
|
mStdOut = mWinNt->GetStdHandle (STD_OUTPUT_HANDLE);
|
||||||
|
|
||||||
return;
|
return EFI_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user