diff options
| author | Semyon <[email protected]> | 2025-02-05 12:38:18 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-02-05 12:38:18 +0300 |
| commit | efd5491afc4bfdaec842e2d45531325e90d798d7 (patch) | |
| tree | 22377e9e383c8cd78a8a12378ca298b2afa7455c | |
| parent | 6ee6db66574a4e7ffd32c53bcd93a918642f3ea1 (diff) | |
fix macro usage for win build (#14215)
| -rw-r--r-- | ydb/core/wrappers/unavailable_storage.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/ydb/core/wrappers/unavailable_storage.h b/ydb/core/wrappers/unavailable_storage.h index f10ce0f0198..8a825ebc64b 100644 --- a/ydb/core/wrappers/unavailable_storage.h +++ b/ydb/core/wrappers/unavailable_storage.h @@ -1,7 +1,5 @@ #pragma once -#ifndef KIKIMR_DISABLE_S3_OPS - #include <ydb/library/actors/core/log.h> #include <ydb/core/wrappers/abstract.h> @@ -79,5 +77,4 @@ public: } }; -#endif // KIKIMR_DISABLE_S3_OPS -} +} // namespace NKikimr::NWrappers::NExternalStorage |
