added #define _MSC_VER_ for windows compatibility

This commit is contained in:
tlegrand 2007-08-10 14:30:26 +00:00
commit 952bf0a1d8

View file

@ -14,6 +14,8 @@
#include <config.h>
#endif
#ifndef _MSC_VER
#include <cstdlib>
#include <cstring>
#include <stdio.h>
@ -163,6 +165,7 @@ int PipeComWaitFor( PCom *from, char *what )
return 1;
}
#endif /*_MSC_VER*/
// Local Variables: