Unix GCC cleanup:

File name is case sensitive.
Foward slash is used.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6819 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qwang12
2008-12-03 13:50:50 +00:00
parent cfc8865f17
commit 81c56b8d1a
4 changed files with 8 additions and 8 deletions

View File

@@ -20,7 +20,7 @@ Abstract:
--*/
#include "..\RuntimeLibInternal.h"
#include "../RuntimeLibInternal.h"
VOID
EFIAPI

View File

@@ -28,7 +28,7 @@ Abstract:
--*/
#include "EdkIIGlueUefi.h"
#include "Library\EdkIIGlueMemoryAllocationLib.h"
#include "Library/EdkIIGlueMemoryAllocationLib.h"
/**
Returns the size of a device path in bytes.

View File

@@ -13,7 +13,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
**/
#include "EdkIIGlueUefi.h"
#include "Library\EdkIIGlueMemoryAllocationLib.h"
#include "Library/EdkIIGlueMemoryAllocationLib.h"
/**