Fix capitalization

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@219 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
bbahnsen
2006-05-19 22:43:26 +00:00
parent dc13f95d78
commit 4cbd855edf
29 changed files with 36 additions and 36 deletions

View File

@@ -15,7 +15,7 @@ Abstract:
--*/
#include "bc.h"
#include "Bc.h"
//
//

View File

@@ -17,7 +17,7 @@ Abstract:
--*/
#include "bc.h"
#include "Bc.h"
//
// Definitions for ARP

View File

@@ -18,7 +18,7 @@ Abstract:
--*/
#include "bc.h"
#include "Bc.h"
STATIC EFI_PXE_BASE_CODE_UDP_PORT DhcpServerPort = DHCP_SERVER_PORT;
STATIC EFI_PXE_BASE_CODE_UDP_PORT DHCPClientPort = DHCP_CLIENT_PORT;

View File

@@ -15,7 +15,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#define RAND_MAX 0x10000
#include "bc.h"
#include "Bc.h"
//
// Definitions for internet group management protocol version 2 message

View File

@@ -17,7 +17,7 @@ Abstract:
--*/
#include "bc.h"
#include "Bc.h"
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
BOOLEAN

View File

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

View File

@@ -17,7 +17,7 @@ Abstract:
--*/
#include "bc.h"
#include "Bc.h"
//
// //////////////////////////////////////////////////////////////////////

View File

@@ -18,7 +18,7 @@ Abstract:
--*/
#include "bc.h"
#include "Bc.h"
#define DO_MENU (EFI_SUCCESS)
#define NO_MENU (DO_MENU + 1)