Nuke the only DL_* in this directory.
diff --git a/PC/winsound.c b/PC/winsound.c
index 26508b6..21f1f01 100644
--- a/PC/winsound.c
+++ b/PC/winsound.c
@@ -195,7 +195,7 @@
 
 #define ADD_DEFINE(tok) add_define(dict,#tok,tok)
 
-DL_EXPORT(void)
+PyMODINIT_FUNC
 initwinsound(void)
 {
 	OSVERSIONINFO version;