From 7844e38a988243b4f3d59feab0908246d37ea34c Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 11 Apr 1997 20:44:04 +0000 Subject: Keep Microsoft VC happy. --- Python/errors.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Python/errors.c') diff --git a/Python/errors.c b/Python/errors.c index 526b61bba4..c7e9528214 100644 --- a/Python/errors.c +++ b/Python/errors.c @@ -84,8 +84,10 @@ extern char *PyMac_StrError PROTO((int)); #endif /* macintosh */ #ifndef __STDC__ +#ifndef MS_WINDOWS extern char *strerror PROTO((int)); #endif +#endif /* Last exception stored by err_setval() */ -- cgit v1.2.1