Fix #1534738: win32 debug version of _msi must be _msi_d.pyd, not _msi.pyd.
Fix the name of the pdb file as well.
diff --git a/Misc/NEWS b/Misc/NEWS
index d4eb218..9373be2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,6 +48,8 @@
 Build
 -----
 
+- Bug #1534738, win32 debug version of _msi should be _msi_d.pyd.
+
 - Bug #1530448, ctypes buld failure on Solaris 10 was fixed.