| Index: third_party/snappy/win32/snappy-stubs-public.h
|
| diff --git a/third_party/snappy/win32/snappy-stubs-public.h b/third_party/snappy/win32/snappy-stubs-public.h
|
| index f0db9c2eb9d5a063fcf81248f14442dc38c7602f..99e498c0a845a082f5c3dcd5d81ff49c035d73ea 100644
|
| --- a/third_party/snappy/win32/snappy-stubs-public.h
|
| +++ b/third_party/snappy/win32/snappy-stubs-public.h
|
| @@ -80,9 +80,11 @@ typedef unsigned long long uint64;
|
|
|
| typedef std::string string;
|
|
|
| +#ifndef DISALLOW_COPY_AND_ASSIGN
|
| #define DISALLOW_COPY_AND_ASSIGN(TypeName) \
|
| TypeName(const TypeName&); \
|
| void operator=(const TypeName&)
|
| +#endif
|
|
|
| #if 1
|
| // Windows does not have an iovec type, yet the concept is universally useful.
|
|
|