mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Socket.h:
edk2/MdeModulePkg/Universal/Network/Tcp4Dxe/Udp4Impl.h: Fix filename case(sensitivity) issues. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4829 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
cf26afe34c
commit
eaf343fff2
@ -23,7 +23,7 @@ Abstract:
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/IP4.h>
|
||||
#include <Protocol/Ip4.h>
|
||||
#include <Protocol/Tcp4.h>
|
||||
#include <Protocol/Udp4.h>
|
||||
|
||||
|
@ -25,7 +25,7 @@ Abstract:
|
||||
|
||||
#include <PiDxe.h>
|
||||
|
||||
#include <Protocol/IP4.h>
|
||||
#include <Protocol/Ip4.h>
|
||||
#include <Protocol/Udp4.h>
|
||||
|
||||
#include <Library/IpIoLib.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user