diff options
author | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-15 22:49:28 +0000 |
---|---|---|
committer | bbahnsen <bbahnsen@6f19259b-4bc3-4df7-8a09-765794883524> | 2006-05-15 22:49:28 +0000 |
commit | c9af24ef57cddd749b240075ff3f976961c5c208 (patch) | |
tree | 8810629f0c182ff7c4e9b8c9b0a3d6547e251822 /Tools | |
parent | 8bbe39394bcbb0463a13f9f5546340f7bf17e5f0 (diff) | |
download | edk2-platforms-c9af24ef57cddd749b240075ff3f976961c5c208.tar.xz |
Fix for OS X
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@163 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/Source/TianoTools/Common/CommonLib.h | 1 |
1 files changed, 1 insertions, 0 deletions
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
|