From: David L. <L-...@wo...> - 2001-02-19 03:12:25
|
I had to make the following changes to compile Cpropep with Microsoft Visual C++: In compat.h add the following one line: ------------------------------------------------------------------- #ifdef _MSC_VER /* MSVC++ 6.0 Std */ #define STRNCASECMP _strnicmp /* add for MSVC++ 5.0 */ #define STRCASECMP _stricmp <------------<<< -------------------------------------------------------------------- Later, Dave P.S. is there a better way to submit changes? |