mirror of
https://github.com/curl/curl.git
synced 2025-04-24 16:40:32 +08:00
Ifdef around S_IRGRP and S_IROTH (meaningless on Win32).
This commit is contained in:
parent
318a7584f3
commit
bf57e9bb12
@ -130,6 +130,14 @@
|
||||
#include "memdebug.h"
|
||||
#endif
|
||||
|
||||
#ifndef S_IRGRP
|
||||
#define S_IRGRP 0
|
||||
#endif
|
||||
|
||||
#ifndef S_IROTH
|
||||
#define S_IROTH 0
|
||||
#endif
|
||||
|
||||
static LIBSSH2_ALLOC_FUNC(libssh2_malloc);
|
||||
static LIBSSH2_REALLOC_FUNC(libssh2_realloc);
|
||||
static LIBSSH2_FREE_FUNC(libssh2_free);
|
||||
|
Loading…
x
Reference in New Issue
Block a user