diff options
Diffstat (limited to 'Include/intrcheck.h')
-rw-r--r-- | Include/intrcheck.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/intrcheck.h b/Include/intrcheck.h index 8566051690..6bff23e033 100644 --- a/Include/intrcheck.h +++ b/Include/intrcheck.h @@ -35,9 +35,9 @@ PERFORMANCE OF THIS SOFTWARE. ******************************************************************/ -extern int PyOS_InterruptOccurred Py_PROTO((void)); -extern void PyOS_InitInterrupts Py_PROTO((void)); -void PyOS_AfterFork Py_PROTO((void)); +extern DL_IMPORT(int) PyOS_InterruptOccurred Py_PROTO((void)); +extern DL_IMPORT(void) PyOS_InitInterrupts Py_PROTO((void)); +DL_IMPORT(void) PyOS_AfterFork Py_PROTO((void)); #ifdef __cplusplus } |