]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Common/CommonLib.h
Changed spelling to manifest
[mirror_edk2.git] / Tools / Source / TianoTools / Common / CommonLib.h
index 257f06693676630b2a5b38d19be4d37c14c961c0..46f0cbace5645a9771ac4f818658c7975332cb8a 100644 (file)
@@ -22,13 +22,7 @@ Abstract:
 #ifndef _EFI_COMMON_LIB_H\r
 #define _EFI_COMMON_LIB_H\r
 \r
-/*\r
-#include "TianoCommon.h"\r
-#include "TianoCommon.h"\r
-#include "PeiHob.h"\r
-*/\r
-#include <Base.h>\r
-#include <UefiBaseTypes.h>\r
+#include <Common/UefiBaseTypes.h>\r
 \r
 #ifndef _MAX_PATH\r
 #define _MAX_PATH 500\r
@@ -127,11 +121,15 @@ PrintGuidToBuffer (
   )\r
 ;\r
 \r
+#define ASSERT(x) assert(x)\r
+\r
 #ifdef __GNUC__\r
 #define stricmp strcasecmp\r
 #define strnicmp strncasecmp\r
 #define strcmpi strcasecmp\r
-void strlwr(char *s);\r
+#ifndef __CYGWIN__\r
+char *strlwr(char *s);\r
+#endif\r
 #endif\r
 \r
 #endif\r