Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf7bcaa5

Browse files
committed
Merged PR 543: Remove local definition of gImageHandle
Remove local definition of gImageHandle. gImageHandle is provided for free using UefiBootServicesTableLib.h.
1 parent7fa42a7 commitf7bcaa5

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

‎MsGraphicsPkg/Library/SwmDialogsLib/SwmDialogs.c‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@
3333
}
3434

3535
EFI_GRAPHICS_OUTPUT_PROTOCOL*gGop=NULL;
36-
EFI_HANDLEgImageHandle=NULL;
3736
EFI_HANDLEgPriorityHandle=NULL;
3837
EFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL*gSimpleTextInEx=NULL;
3938
EFI_HII_HANDLEgSwmDialogsHiiHandle=NULL;
@@ -319,8 +318,6 @@ SwmDialogsConstructor (
319318
) {
320319
EFI_STATUSStatus;
321320

322-
gImageHandle=ImageHandle;
323-
324321
Status=gBS->LocateProtocol (&gMsSWMProtocolGuid,NULL, (VOID**)&gSwmProtocol);
325322

326323
if (EFI_ERROR(Status)) {

‎MsGraphicsPkg/Library/SwmDialogsLib/SwmDialogs.h‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252

5353
externEFI_GRAPHICS_OUTPUT_PROTOCOL*gGop;
5454
externEFI_SIMPLE_TEXT_INPUT_EX_PROTOCOL*gSimpleTextInEx;
55-
externEFI_HANDLEgImageHandle;
5655
externEFI_HANDLEgPriorityHandle;
5756
externEFI_HII_HANDLEgSwmDialogsHiiHandle;
5857

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp