]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/TianoTools/Common/CommonLib.h
Fixes for Cygwin gcc builds.
[mirror_edk2.git] / Tools / Source / TianoTools / Common / CommonLib.h
index 257f06693676630b2a5b38d19be4d37c14c961c0..63f77e4557a0bd20d6d712e329ac34d5f45a7998 100644 (file)
@@ -131,7 +131,9 @@ PrintGuidToBuffer (
 #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