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:
vanjeff
2008-02-15 01:59:02 +00:00
parent e733f54213
commit e90e87777c
2 changed files with 30 additions and 30 deletions

View File

@@ -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;