X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FInclude%2FLibrary%2FDebugLib.h;h=86bb71f8c8c76f74021c30c87f65af204ac3d9aa;hp=b38a84724c95f12e80b6291155b0f32fa510ea1f;hb=48d97c8b5814e47ede7bf3a24a0f6c525439b27e;hpb=d9a55c78e50584b9d1e0c239342b3a432ad59228 diff --git a/MdePkg/Include/Library/DebugLib.h b/MdePkg/Include/Library/DebugLib.h index b38a84724c..86bb71f8c8 100644 --- a/MdePkg/Include/Library/DebugLib.h +++ b/MdePkg/Include/Library/DebugLib.h @@ -48,7 +48,7 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. #define DEBUG_BLKIO 0x00001000 // BlkIo Driver #define DEBUG_NET 0x00004000 // SNI Driver #define DEBUG_UNDI 0x00010000 // UNDI Driver -#define DEBUG_LOADFILE 0x00020000 // UNDI Driver +#define DEBUG_LOADFILE 0x00020000 // LoadFile #define DEBUG_EVENT 0x00080000 // Event messages #define DEBUG_GCD 0x00100000 // Global Coherency Database changes #define DEBUG_CACHE 0x00200000 // Memory range cachability changes @@ -252,7 +252,7 @@ DebugPrintLevelEnabled ( This macro calls DebugPrint() passing in the debug error level, a format string, and a variable argument list. - __VA_ARGS__ is not supported by ECB compiler, Microsoft Visual Studio .NET 2003 + __VA_ARGS__ is not supported by EBC compiler, Microsoft Visual Studio .NET 2003 and Microsoft Windows Server 2003 Driver Development Kit (Microsoft WINDDK) version 3790.1830. @param Expression Expression containing an error level, a format string,