Excise DL_EXPORT from Include.

Thanks to Skip Montanaro and Kalle Svensson for the patches.
This commit is contained in:
Mark Hammond 2002-08-12 07:21:58 +00:00
parent 44121a6bc9
commit 91a681debf
51 changed files with 661 additions and 665 deletions

View file

@ -7,7 +7,7 @@
extern "C" {
#endif
extern DL_IMPORT(PyTypeObject) PyEnum_Type;
PyAPI_DATA(PyTypeObject) PyEnum_Type;
#ifdef __cplusplus
}