diff options
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,
|