summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2002-07-23 06:31:15 (GMT)
committerMark Hammond <mhammond@skippinet.com.au>2002-07-23 06:31:15 (GMT)
commit62b1ab1b314653c09757c533883447eda437306f (patch)
tree0aaf9538469559756f9129c5da8b09abc4903c04 /Modules/selectmodule.c
parent92825a9a525c268b9797b8be28dbd959b64a821d (diff)
downloadcpython-62b1ab1b314653c09757c533883447eda437306f.zip
cpython-62b1ab1b314653c09757c533883447eda437306f.tar.gz
cpython-62b1ab1b314653c09757c533883447eda437306f.tar.bz2
Replace DL_IMPORT with PyMODINIT_FUNC and remove "/export:init..." link
command line for Windows builds. This should allow MSVC to import and build the Python MSVC6 project files without error.
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r--Modules/selectmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 8fdc97d..4149dc5 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -635,7 +635,7 @@ PyDoc_STRVAR(module_doc,
*** IMPORTANT NOTICE ***\n\
On Windows, only sockets are supported; on Unix, all file descriptors.");
-DL_EXPORT(void)
+PyMODINIT_FUNC
initselect(void)
{
PyObject *m;