mirror of
https://github.com/python/cpython.git
synced 2025-07-18 16:55:20 +00:00
Keep Microsoft VC happy.
This commit is contained in:
parent
6bf62dad9e
commit
7844e38a98
5 changed files with 31 additions and 29 deletions
|
@ -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() */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue