Port to Python 2.5. Drop .DEF file. Change output file names to .pyd.
diff --git a/PC/example_nt/example.c b/PC/example_nt/example.c
index 63682f1..46cb429 100644
--- a/PC/example_nt/example.c
+++ b/PC/example_nt/example.c
@@ -13,7 +13,7 @@
 	{NULL, NULL}
 };
 
-void
+PyMODINIT_FUNC
 initexample(void)
 {
 	Py_InitModule("example", example_methods);