summaryrefslogtreecommitdiffstats
path: root/Include/sysmodule.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-18 16:18:13 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-18 16:18:13 (GMT)
commite89bc75048d0142859379b2b92e77d984fdbef6e (patch)
tree59cc70e5004568e03a371b088109b2330d03698c /Include/sysmodule.h
parent14aa5da824a398fad7403510f7b49e724f862e23 (diff)
downloadcpython-e89bc75048d0142859379b2b92e77d984fdbef6e.zip
cpython-e89bc75048d0142859379b2b92e77d984fdbef6e.tar.gz
cpython-e89bc75048d0142859379b2b92e77d984fdbef6e.tar.bz2
Changes for dynamic linking under NT
Diffstat (limited to 'Include/sysmodule.h')
-rw-r--r--Include/sysmodule.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/sysmodule.h b/Include/sysmodule.h
index 93e3a51..e48e4a3 100644
--- a/Include/sysmodule.h
+++ b/Include/sysmodule.h
@@ -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
}