Skip to content

Commit

Permalink
Merge pull request #567 from analogdevicesinc/dnechita-use-lowercase-…
Browse files Browse the repository at this point in the history
…include-mdns

dnssd: Use lower case when including Windows headers
  • Loading branch information
rgetz authored Jul 22, 2020
2 parents d9d2ef8 + 8818092 commit 753e285
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mdns.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@

#include <fcntl.h>
#ifdef _WIN32
#include <Winsock2.h>
#include <Ws2tcpip.h>
#include <winsock2.h>
#include <ws2tcpip.h>
#define strncasecmp _strnicmp
#else
#include <unistd.h>
Expand Down

0 comments on commit 753e285

Please sign in to comment.