We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572f9b2 commit 0eec88bCopy full SHA for 0eec88b
cloud/aws/aws_env.cc
@@ -28,10 +28,6 @@
28
#include "cloud/aws/aws_file.h"
29
#include "cloud/db_cloud_impl.h"
30
31
-#ifdef _WIN32_WINNT
32
-#undef GetObject
33
-#endif
34
-
35
namespace rocksdb {
36
37
static const std::unordered_map<std::string, AwsAccessType> AwsAccessTypeMap = {
cloud/aws/aws_s3.cc
@@ -52,7 +52,6 @@
52
#include "util/string_util.h"
53
54
#ifdef _WIN32_WINNT
55
56
#undef GetMessage
57
#endif
58
0 commit comments