Skip to content

Commit efd5491

Browse files
authored
fix macro usage for win build (#14215)
1 parent 6ee6db6 commit efd5491

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ydb/core/wrappers/unavailable_storage.h

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#pragma once
22

3-
#ifndef KIKIMR_DISABLE_S3_OPS
4-
53
#include <ydb/library/actors/core/log.h>
64
#include <ydb/core/wrappers/abstract.h>
75

@@ -79,5 +77,4 @@ class TUnavailableExternalStorageOperator: public IExternalStorageOperator {
7977
}
8078
};
8179

82-
#endif // KIKIMR_DISABLE_S3_OPS
83-
}
80+
} // namespace NKikimr::NWrappers::NExternalStorage

0 commit comments

Comments
 (0)