msvc compatibility

svn path=/trunk/; revision=19672
This commit is contained in:
Royce Mitchell III 2005-11-27 05:54:05 +00:00
parent 9f87d33ef0
commit 67482da46e

View file

@ -44,6 +44,10 @@ typedef char TCHAR, *PTCHAR, *PTSTR;
#define _tcstol strtol
#define STRFMT "%s"
#ifdef _MSC_VER
#define strcasecmp stricmp
#endif
extern unsigned long DbgPrint(char *Fmt, ...);
#else /* ! defined(INFLIB_HOST) */