Edit File by line
/home/barbar84/www/wp-conte.../plugins/sujqvwi/ExeBy/exe_root.../usr/include/python2....
File: pystrcmp.h
#ifndef Py_STRCMP_H
[0] Fix | Delete
#define Py_STRCMP_H
[1] Fix | Delete
[2] Fix | Delete
#ifdef __cplusplus
[3] Fix | Delete
extern "C" {
[4] Fix | Delete
#endif
[5] Fix | Delete
[6] Fix | Delete
PyAPI_FUNC(int) PyOS_mystrnicmp(const char *, const char *, Py_ssize_t);
[7] Fix | Delete
PyAPI_FUNC(int) PyOS_mystricmp(const char *, const char *);
[8] Fix | Delete
[9] Fix | Delete
#if defined(MS_WINDOWS) || defined(PYOS_OS2)
[10] Fix | Delete
#define PyOS_strnicmp strnicmp
[11] Fix | Delete
#define PyOS_stricmp stricmp
[12] Fix | Delete
#else
[13] Fix | Delete
#define PyOS_strnicmp PyOS_mystrnicmp
[14] Fix | Delete
#define PyOS_stricmp PyOS_mystricmp
[15] Fix | Delete
#endif
[16] Fix | Delete
[17] Fix | Delete
#ifdef __cplusplus
[18] Fix | Delete
}
[19] Fix | Delete
#endif
[20] Fix | Delete
[21] Fix | Delete
#endif /* !Py_STRCMP_H */
[22] Fix | Delete
[23] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function