X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=EmulatorPkg%2FWin%2FHost%2FWinHost.c;fp=EmulatorPkg%2FWin%2FHost%2FWinHost.c;h=0838c56ddea80ff7d784ec4190617e32fb2418ba;hp=cfee156b27b40d971abfdcedb5a1deb3234d4a3c;hb=bb78cfbec07eda45118b630a09b0af549b43a135;hpb=68d720fd92bbdbbfae5adee02d6d9fd24ca38f30 diff --git a/EmulatorPkg/Win/Host/WinHost.c b/EmulatorPkg/Win/Host/WinHost.c index cfee156b27..0838c56dde 100644 --- a/EmulatorPkg/Win/Host/WinHost.c +++ b/EmulatorPkg/Win/Host/WinHost.c @@ -9,7 +9,7 @@ allocate memory space with ReadWrite and Execute attribute. Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.
-(C) Copyright 2016 Hewlett Packard Enterprise Development LP
+(C) Copyright 2016-2020 Hewlett Packard Enterprise Development LP
SPDX-License-Identifier: BSD-2-Clause-Patent **/ @@ -443,6 +443,7 @@ Returns: AddThunkProtocol (&mWinNtWndThunkIo, (CHAR16 *)PcdGetPtr (PcdEmuGop), TRUE); AddThunkProtocol (&mWinNtFileSystemThunkIo, (CHAR16 *)PcdGetPtr (PcdEmuFileSystem), TRUE); AddThunkProtocol (&mWinNtBlockIoThunkIo, (CHAR16 *)PcdGetPtr (PcdEmuVirtualDisk), TRUE); + AddThunkProtocol (&mWinNtSnpThunkIo, (CHAR16 *)PcdGetPtr (PcdEmuNetworkInterface), TRUE); // // Allocate space for gSystemMemory Array