mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-22 21:24:35 +02:00
SMMcis defines "Exit" as the one of phases of EFI_SMM_STANDBY_BUTTON_CONTEXT. The "Exit" conflicts with UefiApplicationEntryPoint library's Exit() in MDE spec and breaks all application build in r9. To fix the issue, I changed the "Exit" to "StandbyButtonExit" in EFI_SMM_STANDBY_BUTTON_CONTEXT temporarily.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2527 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
a4e9aab95a
commit
99b64dd977
@ -40,8 +40,8 @@ typedef struct _EFI_SMM_STANDBY_BUTTON_DISPATCH_PROTOCOL EFI_SMM_STANDBY_BUTTON
|
|||||||
// - OS Install Phase
|
// - OS Install Phase
|
||||||
//
|
//
|
||||||
typedef enum {
|
typedef enum {
|
||||||
Entry,
|
StandbyButtonEntry,
|
||||||
Exit
|
StandbyButtonExit
|
||||||
} EFI_STANDBY_BUTTON_PHASE;
|
} EFI_STANDBY_BUTTON_PHASE;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user