mirror of https://github.com/acidanthera/audk.git
GraphicsLib depends on GraphicsOutput protocol definitions so I added include for GOP
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3078 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
28ea281313
commit
7540e754cc
|
@ -18,8 +18,10 @@ Abstract:
|
|||
|
||||
--*/
|
||||
|
||||
#ifndef _EFI_GRAPHICS_LIB_H_
|
||||
#define _EFI_GRAPHICS_LIB_H_
|
||||
#ifndef __EFI_GRAPHICS_LIB_H__
|
||||
#define __EFI_GRAPHICS_LIB_H__
|
||||
|
||||
#include <Protocol/GraphicsOutput.h>
|
||||
|
||||
EFI_STATUS
|
||||
GetGraphicsBitMapFromFV (
|
||||
|
|
Loading…
Reference in New Issue