From: Mark Hammond Date: Mon, 22 Jul 2002 13:26:41 +0000 (+0000) Subject: Nuke the only DL_* in this directory. X-Git-Tag: v2.3c1~4897 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e407e2ac422022823f7283f09e0f34d4cc0078f0;p=thirdparty%2FPython%2Fcpython.git Nuke the only DL_* in this directory. --- diff --git a/PC/winsound.c b/PC/winsound.c index 26508b6a4ef3..21f1f013e43a 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;