On Sat, Jul 07, 2007 at 09:01:43PM +0200, Peter Rosin wrote: > > >> char *tmp_pathspec; > > >> char *actual_cwrapper_path; > > >> char *shwrapper_name; > > >>+ intptr_t rval = 127;
> The above breaks on my MinGW install, which is definitely later than > 2000. I need to #include <stdint.h> to get it. Also, I think some > #include is needed when using the MS compiler (cl). We might as well use `int' here, then.
