mirror of https://github.com/acidanthera/audk.git
Change Commonheader file to IfrSupportLibInternal.h
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3472 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
dfe7bb08d9
commit
82096802e5
|
@ -22,7 +22,7 @@ Revision History:
|
||||||
//
|
//
|
||||||
// Include common header file for this module.
|
// Include common header file for this module.
|
||||||
//
|
//
|
||||||
#include "CommonHeader.h"
|
#include "IfrSupportLibInternal.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
EFIAPI
|
EFIAPI
|
||||||
|
|
|
@ -22,7 +22,7 @@ Revision History:
|
||||||
//
|
//
|
||||||
// Include common header file for this module.
|
// Include common header file for this module.
|
||||||
//
|
//
|
||||||
#include "CommonHeader.h"
|
#include "IfrSupportLibInternal.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
CreateFormSet (
|
CreateFormSet (
|
||||||
|
|
|
@ -23,7 +23,7 @@ Revision History:
|
||||||
//
|
//
|
||||||
// Include common header file for this module.
|
// Include common header file for this module.
|
||||||
//
|
//
|
||||||
#include "CommonHeader.h"
|
#include "IfrSupportLibInternal.h"
|
||||||
|
|
||||||
EFI_STATUS
|
EFI_STATUS
|
||||||
CreateSubTitleOpCode (
|
CreateSubTitleOpCode (
|
||||||
|
|
|
@ -20,7 +20,7 @@ Abstract:
|
||||||
//
|
//
|
||||||
// Include common header file for this module.
|
// Include common header file for this module.
|
||||||
//
|
//
|
||||||
#include "CommonHeader.h"
|
#include "IfrSupportLibInternal.h"
|
||||||
|
|
||||||
VOID
|
VOID
|
||||||
EfiLibHiiVariablePackGetMap (
|
EfiLibHiiVariablePackGetMap (
|
||||||
|
|
Loading…
Reference in New Issue