edk2/MdeModulePkg/Universal/Network/PxeBcDxe/Pxe_bc_mtftp.c:

edk2/MdeModulePkg/Universal/Network/PxeBcDxe/Ip.h:
edk2/MdeModulePkg/Universal/Network/PxeBcDxe/Bc.h:
  Fix filename case(sensitivity) issues.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4832 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten 2008-03-11 18:07:42 +00:00
parent bd889f3ce5
commit f71bb8f1e7
3 changed files with 6 additions and 6 deletions

View File

@ -23,7 +23,7 @@ Abstract:
#include <PiDxe.h>
#include <Guid/SmBios.h>
#include <IndustryStandard/Smbios.h>
#include <IndustryStandard/SmBios.h>
#include <Protocol/Bis.h>
#include <Protocol/PxeBaseCode.h>
#include <Protocol/PxeBaseCodeCallBack.h>
@ -439,9 +439,9 @@ PxeBcLibGetSmbiosSystemGuidAndSerialNumber (
)
;
#include "ip.h"
#include "dhcp.h"
#include "tftp.h"
#include "Ip.h"
#include "Dhcp.h"
#include "Tftp.h"
#endif /* _BC_H */

View File

@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _IP_H_
#define _IP_H_
#include "hton.h"
#include "Hton.h"
//
// portability macros

View File

@ -32,7 +32,7 @@ Revision History
//
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
#include "bc.h"
#include "Bc.h"
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
UINT64