Fix ShellPkg build errors for UNIXGCC toolchain.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8555 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2009-06-15 18:42:13 +00:00
parent 7e7e7fec0a
commit 08d7f8e83d
7 changed files with 17 additions and 17 deletions

View File

@ -16,9 +16,9 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
#ifndef _SHELLENV2_H_
#define _SHELLENV2_H_
#include <Protocol\SimpleTextIn.h>
#include <Protocol\SimpleTextOut.h>
#include <Protocol\EfiShellInterface.h>
#include <Protocol/SimpleTextIn.h>
#include <Protocol/SimpleTextOut.h>
#include <Protocol/EfiShellInterface.h>
#define DEFAULT_INIT_ROW 1
#define DEFAULT_AUTO_LF FALSE