mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Changes for dynamic linking under NT
This commit is contained in:
parent
14aa5da824
commit
e89bc75048
21 changed files with 72 additions and 59 deletions
|
@ -35,7 +35,7 @@ int sysset PROTO((char *, object *));
|
|||
FILE *sysgetfile PROTO((char *, FILE *));
|
||||
void initsys PROTO((void));
|
||||
|
||||
extern object *sys_trace, *sys_profile;
|
||||
extern DL_IMPORT object *sys_trace, *sys_profile;
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue