diff options
author | Mark Hammond <mhammond@skippinet.com.au> | 2002-07-19 06:55:41 +0000 |
---|---|---|
committer | Mark Hammond <mhammond@skippinet.com.au> | 2002-07-19 06:55:41 +0000 |
commit | 345bc4e4f2349115e5099caa17ad79a44afe525c (patch) | |
tree | fe7e6d24ce0f68e5e2b5deca50fb5ea94f50a877 /Python/thread.c | |
parent | def2aab3c6b8584a93837360f7e1aee14f0f12e2 (diff) | |
download | cpython-345bc4e4f2349115e5099caa17ad79a44afe525c.tar.gz |
Land Patch [ 566100 ] Rationalize DL_IMPORT and DL_EXPORT.
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 5 |
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 |