(log_error) [_WIN32]: Add #define for vsnprintf to pick up
_vsnprintf from the WIN32 library for changes to logerror(). (main) [_WIN32]: Add typedef for pid_t to match WIN32 definition for getpid(). This is required for the create_pidfile() changes.
This commit is contained in:
parent
63d8684cd0
commit
157395fcb2
1 changed files with 3 additions and 0 deletions
|
@ -61,6 +61,9 @@ typedef long ssize_t;
|
|||
#define W_OK 02 /* Write permission */
|
||||
#define R_OK 04 /* Read permission */
|
||||
|
||||
typedef int pid_t;
|
||||
#define vsnprintf _vsnprintf;
|
||||
|
||||
/*#define _POSIX_ */
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue