diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Include/Python.h b/Include/Python.h index e97fd6c..9b72d0f 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -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 |