]> granicus.if.org Git - python/commitdiff
Nuke the only DL_* in this directory.
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 22 Jul 2002 13:26:41 +0000 (13:26 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 22 Jul 2002 13:26:41 +0000 (13:26 +0000)
PC/winsound.c

index 26508b6a4ef37b23ec0220b7f9c1cc055c2eaa85..21f1f013e43ac8335ed1c4c5666e833bf8748ba8 100644 (file)
@@ -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;