mirror of https://github.com/acidanthera/audk.git
Correct one comment to match the function name.
Signed-off-by: lgao4 git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@12864 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
3cc7a3548c
commit
3531262f5f
|
@ -22,7 +22,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
|||
typedef struct _EFI_FORM_BROWSER_EXTENSION_PROTOCOL EFI_FORM_BROWSER_EXTENSION_PROTOCOL;
|
||||
|
||||
//
|
||||
// Return value of EXIT_REMINDER() that describes whether the changed data is saved or discarded.
|
||||
// Return value of SAVE_REMINDER() that describes whether the changed data is saved or discarded.
|
||||
//
|
||||
#define BROWSER_NO_CHANGES 0
|
||||
#define BROWSER_SAVE_CHANGES 1
|
||||
|
|
Loading…
Reference in New Issue