Repair more now-obsolete references to config.h.

This commit is contained in:
Tim Peters 2001-07-26 21:34:59 +00:00
parent bd2e3b03d6
commit 76f373d081
10 changed files with 10 additions and 10 deletions

View file

@ -27,7 +27,7 @@
#include <limits.h>
#endif
/* config.h may or may not define DL_IMPORT */
/* pyconfig.h may or may not define DL_IMPORT */
#ifndef DL_IMPORT /* declarations for DLL import/export */
#define DL_IMPORT(RTYPE) RTYPE
#endif