Skip to content

Commit

Permalink
Work around GetMessage from include <Windows.h>
Browse files Browse the repository at this point in the history
  • Loading branch information
ihnorton committed Jan 14, 2020
1 parent 5701987 commit 4bf55b9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tiledb/sm/filesystem/s3.cc
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@

#ifdef _WIN32
#include <Windows.h>
#undef GetMessage // workaround for
// https://github.com/aws/aws-sdk-cpp/issues/402
#endif

#include "tiledb/sm/filesystem/s3.h"
Expand Down

0 comments on commit 4bf55b9

Please sign in to comment.