summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSemyon <[email protected]>2025-02-05 12:38:18 +0300
committerGitHub <[email protected]>2025-02-05 12:38:18 +0300
commitefd5491afc4bfdaec842e2d45531325e90d798d7 (patch)
tree22377e9e383c8cd78a8a12378ca298b2afa7455c
parent6ee6db66574a4e7ffd32c53bcd93a918642f3ea1 (diff)
fix macro usage for win build (#14215)
-rw-r--r--ydb/core/wrappers/unavailable_storage.h5
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