mirror of https://github.com/google/snappy.git
parent
1ff9be9b8f
commit
7cfb74e9a7
|
@ -88,8 +88,8 @@ typedef std::string string;
|
|||
// Windows does not have an iovec type, yet the concept is universally useful.
|
||||
// It is simple to define it ourselves, so we put it inside our own namespace.
|
||||
struct iovec {
|
||||
void* iov_base;
|
||||
size_t iov_len;
|
||||
void* iov_base;
|
||||
size_t iov_len;
|
||||
};
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue