diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:11:42 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-10-30 06:11:42 +0000 |
commit | 78e570b6f9cc284cbe0ad2e8cd4c4fff0be0cde2 (patch) | |
tree | e4b1c99454a6ddbf010c513fd752c3afc822888f /Nt32Pkg/WinNtThunkDxe | |
parent | 819d1488930d30b30bb467fcb3bf0f05b28d675e (diff) | |
download | edk2-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/WinNtThunkDxe')
-rw-r--r-- | Nt32Pkg/WinNtThunkDxe/WinNtThunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c index d0b1407f4f..7cd0fceb98 100644 --- a/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c +++ b/Nt32Pkg/WinNtThunkDxe/WinNtThunk.c @@ -48,7 +48,7 @@ Abstract: //
// WinNtThunk Device Path Protocol Instance
//
-static WIN_NT_THUNK_DEVICE_PATH mWinNtThunkDevicePath = {
+WIN_NT_THUNK_DEVICE_PATH mWinNtThunkDevicePath = {
{
HARDWARE_DEVICE_PATH,
HW_VENDOR_DP,
|