From: Antoine L. <an...@sh...> - 2001-02-19 13:02:46
|
You could send me 'diff' files if you want. Eventually I will give you permissions to update your changes in the CVS. Are you using the latest cvs version for the moment ?? On Sun, Feb 18, 2001 at 08:20:24PM -0700, David Lautenschlager wrote: > 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? > > _______________________________________________ > http://rocketworkbench.sourceforge.net > Rocketworkbench-devel mailing list > Roc...@li... > http://lists.sourceforge.net/lists/listinfo/rocketworkbench-devel -- Antoine Lefebvre ant...@po... |