Fix for Windows.

This commit is contained in:
n-a-c-h
2003-11-29 20:52:32 +00:00
parent 72d46efad2
commit 57957a22c2

View File

@@ -30,6 +30,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifndef __GNUC__ #ifndef __GNUC__
#define strcasecmp stricmp #define strcasecmp stricmp
#define strncasecmp strnicmp
#endif #endif
//C++ style code in C //C++ style code in C