From: bbahnsen Date: Mon, 15 May 2006 22:49:28 +0000 (+0000) Subject: Fix for OS X X-Git-Tag: edk2-stable201903~25509 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=c9af24ef57cddd749b240075ff3f976961c5c208;ds=sidebyside Fix for OS X git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@163 6f19259b-4bc3-4df7-8a09-765794883524 --- diff --git a/Tools/Source/TianoTools/Common/CommonLib.h b/Tools/Source/TianoTools/Common/CommonLib.h index 157aa7aec0..fd8b6a48f7 100644 --- a/Tools/Source/TianoTools/Common/CommonLib.h +++ b/Tools/Source/TianoTools/Common/CommonLib.h @@ -129,6 +129,7 @@ PrintGuidToBuffer ( #ifdef __GNUC__ #define stricmp strcasecmp +#define strnicmp strncasecmp #define strcmpi strcasecmp #endif