Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/platform/windows/publish.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,8 @@ using namespace std::literals;
#define SV(quote) __SV(quote)

extern "C" {
constexpr auto DNS_REQUEST_PENDING = 9506L;

#ifndef __MINGW32__
constexpr auto DNS_REQUEST_PENDING = 9506L;
constexpr auto DNS_QUERY_REQUEST_VERSION1 = 0x1;
constexpr auto DNS_QUERY_RESULTS_VERSION1 = 0x1;
#endif
Expand Down