Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/python3....
File: intrcheck.h
[0] Fix | Delete
#ifndef Py_INTRCHECK_H
[1] Fix | Delete
#define Py_INTRCHECK_H
[2] Fix | Delete
#ifdef __cplusplus
[3] Fix | Delete
extern "C" {
[4] Fix | Delete
#endif
[5] Fix | Delete
[6] Fix | Delete
PyAPI_FUNC(int) PyOS_InterruptOccurred(void);
[7] Fix | Delete
PyAPI_FUNC(void) PyOS_InitInterrupts(void);
[8] Fix | Delete
PyAPI_FUNC(void) PyOS_AfterFork(void);
[9] Fix | Delete
[10] Fix | Delete
#ifndef Py_LIMITED_API
[11] Fix | Delete
PyAPI_FUNC(int) _PyOS_IsMainThread(void);
[12] Fix | Delete
[13] Fix | Delete
#ifdef MS_WINDOWS
[14] Fix | Delete
/* windows.h is not included by Python.h so use void* instead of HANDLE */
[15] Fix | Delete
PyAPI_FUNC(void*) _PyOS_SigintEvent(void);
[16] Fix | Delete
#endif
[17] Fix | Delete
#endif /* !Py_LIMITED_API */
[18] Fix | Delete
[19] Fix | Delete
#ifdef __cplusplus
[20] Fix | Delete
}
[21] Fix | Delete
#endif
[22] Fix | Delete
#endif /* !Py_INTRCHECK_H */
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function