summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2002-07-19 06:55:41 +0000
committerMark Hammond <mhammond@skippinet.com.au>2002-07-19 06:55:41 +0000
commit345bc4e4f2349115e5099caa17ad79a44afe525c (patch)
treefe7e6d24ce0f68e5e2b5deca50fb5ea94f50a877 /Python/thread.c
parentdef2aab3c6b8584a93837360f7e1aee14f0f12e2 (diff)
downloadcpython-345bc4e4f2349115e5099caa17ad79a44afe525c.tar.gz
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/Python/thread.c b/Python/thread.c
index c0b763ce7b..819186cbb2 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -7,11 +7,6 @@
#include "Python.h"
-/* pyconfig.h may or may not define DL_IMPORT */
-#ifndef DL_IMPORT /* declarations for DLL import/export */
-#define DL_IMPORT(RTYPE) RTYPE
-#endif
-
#ifndef DONT_HAVE_STDIO_H
#include <stdio.h>
#endif