Files
UnrealEngineUWP/Engine/Source/ThirdParty/Python/Linux/include/python2.7/intrcheck.h
Peter Sauerbrei 7e64781e7d Merging //UE4/Dev-Main/... to //UE4/Dev-Mobile/... up to 4784913
#rb none

[CL 4791581 by Peter Sauerbrei in Dev-Mobile branch]
2019-01-23 17:53:19 -05:00

16 lines
274 B
C

#ifndef Py_INTRCHECK_H
#define Py_INTRCHECK_H
#ifdef __cplusplus
extern "C" {
#endif
PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
PyAPI_FUNC(void) PyOS_InitInterrupts(void);
PyAPI_FUNC(void) PyOS_AfterFork(void);
#ifdef __cplusplus
}
#endif
#endif /* !Py_INTRCHECK_H */