From e0c56f04d7bc05420edb4f8c4f3721342459941e Mon Sep 17 00:00:00 2001 From: bbahnsen Date: Thu, 4 May 2006 23:39:47 +0000 Subject: [PATCH] Use strcasecmp in gcc builds. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@106 6f19259b-4bc3-4df7-8a09-765794883524 --- Tools/Source/TianoTools/Common/CommonLib.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Tools/Source/TianoTools/Common/CommonLib.h b/Tools/Source/TianoTools/Common/CommonLib.h index 7bc233134d..157aa7aec0 100644 --- a/Tools/Source/TianoTools/Common/CommonLib.h +++ b/Tools/Source/TianoTools/Common/CommonLib.h @@ -127,5 +127,9 @@ PrintGuidToBuffer ( ) ; +#ifdef __GNUC__ +#define stricmp strcasecmp +#define strcmpi strcasecmp +#endif #endif -- 2.39.2