summaryrefslogtreecommitdiff
path: root/Include/sysmodule.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-18 16:18:13 +0000
committerGuido van Rossum <guido@python.org>1994-08-18 16:18:13 +0000
commitdab4b6dbb0630da2f70c3f18d4782fc42ee07f39 (patch)
tree890fd932190566f515ae668e3634e49c7169ea57 /Include/sysmodule.h
parent41972b8b15a2f7ee1ca43a4de8422df7be23b82a (diff)
downloadcpython-dab4b6dbb0630da2f70c3f18d4782fc42ee07f39.tar.gz
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 93e3a51d44..e48e4a32e7 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
}