commit | 449be3830599f12a5b965fe44d1c0d661bb424d8 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 22 15:19:54 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Apr 22 15:19:54 2006 +0000 |
tree | 28971a072d4c6f3a9d59a2dff7635ae91044d1b6 | |
parent | 3c134a20465d6fe37ab8210d4bb35716a5dcfff7 [diff] [blame] |
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);