mirror of https://github.com/acidanthera/audk.git
BaseTools/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Route.h:
BaseTools/MdeModulePkg/Universal/Network/Ip4Dxe/Ip4Impl.h: Fix filename case(sensitivity) issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4826 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
c4b578e809
commit
5f778b1f69
|
@ -25,8 +25,8 @@ Abstract:
|
|||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/IP4.h>
|
||||
#include <Protocol/IP4Config.h>
|
||||
#include <Protocol/Ip4.h>
|
||||
#include <Protocol/Ip4Config.h>
|
||||
#include <Protocol/Arp.h>
|
||||
#include <Protocol/ManagedNetwork.h>
|
||||
|
||||
|
|
|
@ -24,7 +24,7 @@ Abstract:
|
|||
#ifndef __EFI_IP4_ROUTE_H__
|
||||
#define __EFI_IP4_ROUTE_H__
|
||||
|
||||
#include "IP4Common.h"
|
||||
#include "Ip4Common.h"
|
||||
|
||||
enum {
|
||||
IP4_DIRECT_ROUTE = 0x00000001,
|
||||
|
|
Loading…
Reference in New Issue