Skip to content

Commit 0eec88b

Browse files
committed
Remove GetObject undefine
1 parent 572f9b2 commit 0eec88b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

cloud/aws/aws_env.cc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@
2828
#include "cloud/aws/aws_file.h"
2929
#include "cloud/db_cloud_impl.h"
3030

31-
#ifdef _WIN32_WINNT
32-
#undef GetObject
33-
#endif
34-
3531
namespace rocksdb {
3632

3733
static const std::unordered_map<std::string, AwsAccessType> AwsAccessTypeMap = {

cloud/aws/aws_s3.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@
5252
#include "util/string_util.h"
5353

5454
#ifdef _WIN32_WINNT
55-
#undef GetObject
5655
#undef GetMessage
5756
#endif
5857

0 commit comments

Comments
 (0)