define stricmp to strcasecmp for the Unix build

svn path=/branches/xmlbuildsystem/; revision=13320
This commit is contained in:
Steven Edwards
2005-01-26 20:23:50 +00:00
parent 610b936ad0
commit 2c0281bda7
+1
View File
@@ -28,6 +28,7 @@ inline char* strlwr ( char* str )
#define _finite __finite
#define _isnan __isnan
#define stricmp strcasecmp
#endif
#endif//PCH_H