mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-27 07:34:06 +02:00
use the GUIDed versions of events: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE and EVT_SIGNAL_EXIT_BOOT_SERVICES
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7425 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
6a27a4ebd0
commit
ae66d8de87
@ -958,11 +958,12 @@ WinNtGopStartWindow (
|
|||||||
//
|
//
|
||||||
// Register to be notified on exit boot services so we can destroy the window.
|
// Register to be notified on exit boot services so we can destroy the window.
|
||||||
//
|
//
|
||||||
Status = gBS->CreateEvent (
|
Status = gBS->CreateEventEx (
|
||||||
EVT_SIGNAL_EXIT_BOOT_SERVICES,
|
EVT_NOTIFY_SIGNAL,
|
||||||
TPL_CALLBACK,
|
TPL_CALLBACK,
|
||||||
KillNtGopThread,
|
KillNtGopThread,
|
||||||
Private,
|
Private,
|
||||||
|
&gEfiEventExitBootServicesGuid,
|
||||||
&mGopScreenExitBootServicesEvent
|
&mGopScreenExitBootServicesEvent
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user