Use Mde library and definition instead of some native definitions in NetLib.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4695 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@@ -145,14 +145,14 @@ typedef struct _SNPNT32_GLOBAL_DATA {
|
||||
//
|
||||
// List for all the fake SNP instance
|
||||
//
|
||||
NET_LIST_ENTRY InstanceList;
|
||||
LIST_ENTRY InstanceList;
|
||||
|
||||
EFI_WIN_NT_THUNK_PROTOCOL *WinNtThunk;
|
||||
HMODULE NetworkLibraryHandle;
|
||||
|
||||
NT_NET_UTILITY_TABLE NtNetUtilityTable;
|
||||
|
||||
NET_LOCK Lock;
|
||||
EFI_LOCK Lock;
|
||||
|
||||
//
|
||||
// Private functions
|
||||
@@ -173,7 +173,7 @@ typedef struct _SNPNT32_INSTANCE_DATA {
|
||||
//
|
||||
// List entry use for linking with other instance
|
||||
//
|
||||
NET_LIST_ENTRY Entry;
|
||||
LIST_ENTRY Entry;
|
||||
|
||||
SNPNT32_GLOBAL_DATA *GlobalData;
|
||||
|
||||
|
Reference in New Issue
Block a user