Fix build on borland windows, by adding back typedef for pid_t.
This commit is contained in:
parent
0ac7f85d20
commit
aa1450bda1
|
@ -296,9 +296,9 @@ struct _timeval64i32 {
|
|||
#define __timeval _timeval64i32
|
||||
#endif
|
||||
|
||||
#if defined(_MSC_VER)
|
||||
#if defined(_MSC_VER) || defined(__BORLANDC__)
|
||||
typedef int pid_t;
|
||||
#endif // _MSC_VER
|
||||
#endif /* _MSC_VER __BORLANDC__ */
|
||||
|
||||
/* Message digest define */
|
||||
#if !defined(HAVE_OPENSSL_MD5_H) && !defined(HAVE_OPENSSL_SHA_H)
|
||||
|
|
Loading…
Reference in New Issue