mirror of https://github.com/acidanthera/audk.git
Use <> in #include statements instead of "" for include files from packages
Use '/' instead of '\' for all file references Remove redundant use of $(WORKSPACE) from DSC, FDF, INF, and DEC files git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3673 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
2d85ada2ec
commit
46817e4eb2
|
@ -17,7 +17,7 @@
|
|||
//
|
||||
|
||||
#include <Base.h>
|
||||
#include <Library\BaseLib.h>
|
||||
#include <Library/BaseLib.h>
|
||||
|
||||
/**
|
||||
Executes an infinite loop.
|
||||
|
|
Loading…
Reference in New Issue