summaryrefslogtreecommitdiff
path: root/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c
diff options
context:
space:
mode:
authorjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:11:42 +0000
committerjji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-30 06:11:42 +0000
commit78e570b6f9cc284cbe0ad2e8cd4c4fff0be0cde2 (patch)
treee4b1c99454a6ddbf010c513fd752c3afc822888f /Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c
parent819d1488930d30b30bb467fcb3bf0f05b28d675e (diff)
downloadedk2-platforms-78e570b6f9cc284cbe0ad2e8cd4c4fff0be0cde2.tar.xz
Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6299 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c')
-rw-r--r--Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c b/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c
index f663f3243b..c8c7d1197e 100644
--- a/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c
+++ b/Nt32Pkg/WinNtGopDxe/WinNtGopScreen.c
@@ -27,7 +27,7 @@ Abstract:
EFI_WIN_NT_THUNK_PROTOCOL *mWinNt;
DWORD mTlsIndex = TLS_OUT_OF_INDEXES;
DWORD mTlsIndexUseCount = 0; // lets us know when we can free mTlsIndex.
-static EFI_EVENT mGopScreenExitBootServicesEvent;
+EFI_EVENT mGopScreenExitBootServicesEvent;
GOP_MODE_DATA mGopModeData[] = {
{800, 600, 0, 0},
{640, 480, 0, 0},
@@ -45,7 +45,6 @@ WinNtGopStartWindow (
IN UINT32 RefreshRate
);
-STATIC
VOID
EFIAPI
KillNtGopThread (
@@ -53,7 +52,6 @@ KillNtGopThread (
IN VOID *Context
);
-STATIC
VOID
WinNtGopConvertParamToEfiKeyShiftState (
IN GOP_PRIVATE_DATA *Private,
@@ -93,7 +91,6 @@ WinNtGopConvertParamToEfiKeyShiftState (
}
}
-STATIC
VOID
WinNtGopConvertParamToEfiKey (
IN GOP_PRIVATE_DATA *Private,
@@ -1110,7 +1107,6 @@ WinNtGopDestructor (
@return None.
**/
-STATIC
VOID
EFIAPI
KillNtGopThread (