mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Repair more now-obsolete references to config.h.
This commit is contained in:
parent
bd2e3b03d6
commit
76f373d081
10 changed files with 10 additions and 10 deletions
|
@ -9,7 +9,7 @@ extern "C" {
|
|||
|
||||
#include "pyconfig.h"
|
||||
|
||||
/* 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue