mirror of
https://github.com/python/cpython.git
synced 2025-08-28 20:56:54 +00:00
Add DL_IMPORT(returntype) for all officially exported functions.
This commit is contained in:
parent
b241b67b89
commit
43466ec7b0
44 changed files with 401 additions and 398 deletions
|
@ -41,6 +41,9 @@ PERFORMANCE OF THIS SOFTWARE.
|
|||
#ifndef DL_IMPORT /* declarations for DLL import/export */
|
||||
#define DL_IMPORT(RTYPE) RTYPE
|
||||
#endif
|
||||
#ifndef DL_EXPORT /* declarations for DLL import/export */
|
||||
#define DL_EXPORT(RTYPE) RTYPE
|
||||
#endif
|
||||
|
||||
#ifdef SYMANTEC__CFM68K__
|
||||
#define UsingSharedLibs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue