Skip to content

Commit

Permalink
fix macro usage for win build (#14215)
Browse files Browse the repository at this point in the history
  • Loading branch information
swalrus1 authored Feb 5, 2025
1 parent 6ee6db6 commit efd5491
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ydb/core/wrappers/unavailable_storage.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#pragma once

#ifndef KIKIMR_DISABLE_S3_OPS

#include <ydb/library/actors/core/log.h>
#include <ydb/core/wrappers/abstract.h>

Expand Down Expand Up @@ -79,5 +77,4 @@ class TUnavailableExternalStorageOperator: public IExternalStorageOperator {
}
};

#endif // KIKIMR_DISABLE_S3_OPS
}
} // namespace NKikimr::NWrappers::NExternalStorage

0 comments on commit efd5491

Please sign in to comment.