diff options
author | akhropov <akhropov@yandex-team.com> | 2024-04-11 12:14:29 +0300 |
---|---|---|
committer | akhropov <akhropov@yandex-team.com> | 2024-04-11 13:19:39 +0300 |
commit | 4d7c690806562e640d5ea9635327b837affe218b (patch) | |
tree | 902e4fa9ad9a301677c20424db902e017873fa7b /contrib | |
parent | b2dd3109ecde5869a2c8856501d27ef16f055782 (diff) | |
download | ydb-4d7c690806562e640d5ea9635327b837affe218b.tar.gz |
Fix Windows build with MSVC after update to 1.2.0.
31e49330615a13cb7f14649a90105b7bfb92cf64
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/libs/snappy/config-win.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/libs/snappy/config-win.h b/contrib/libs/snappy/config-win.h index 58b8be4839..91acd79054 100644 --- a/contrib/libs/snappy/config-win.h +++ b/contrib/libs/snappy/config-win.h @@ -7,3 +7,4 @@ #undef HAVE_UNISTD_H #undef HAVE_BUILTIN_EXPECT #undef HAVE_BUILTIN_CTZ +#undef HAVE_BUILTIN_PREFETCH |