summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Hammond <mhammond@skippinet.com.au>2002-07-22 13:26:41 +0000
committerMark Hammond <mhammond@skippinet.com.au>2002-07-22 13:26:41 +0000
commite407e2ac422022823f7283f09e0f34d4cc0078f0 (patch)
tree9236e667e4904dff57d39b68effb9d99f127195f /PC/winsound.c
parentMove DL_IMPORT/DL_EXPORT to Build section, I think this is the correct place (diff)
downloadcpython-e407e2ac422022823f7283f09e0f34d4cc0078f0.tar.gz
cpython-e407e2ac422022823f7283f09e0f34d4cc0078f0.tar.bz2
cpython-e407e2ac422022823f7283f09e0f34d4cc0078f0.zip
Nuke the only DL_* in this directory.
Diffstat (limited to 'PC/winsound.c')
-rw-r--r--PC/winsound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/PC/winsound.c b/PC/winsound.c
index 26508b6a4ef..21f1f013e43 100644
--- a/PC/winsound.c
+++ b/PC/winsound.c
@@ -195,7 +195,7 @@ add_define(PyObject *dict, const char *key, long value)
#define ADD_DEFINE(tok) add_define(dict,#tok,tok)
-DL_EXPORT(void)
+PyMODINIT_FUNC
initwinsound(void)
{
OSVERSIONINFO version;