changes in NT tests

This commit is contained in:
Guido van Rossum 1995-03-09 12:11:31 +00:00
parent 59461c7052
commit 53e8d44eec
1 changed files with 3 additions and 2 deletions

View File

@ -69,13 +69,14 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
XXX PROBLEM: some positive errors have a meaning for MacOS,
but some library routines set Unix error numbers...
*/
extern char *PyMac_StrError PROTO((int));
#undef strerror
#define strerror PyMac_StrError
#endif /* macintosh */
#ifndef NT
#ifndef __STDC__
extern char *strerror PROTO((int));
#endif /* !NT */
#endif
/* Last exception stored by err_setval() */