Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
Fix src/win/getaddrinfo.c for mingw-w64.
Browse files Browse the repository at this point in the history
  • Loading branch information
erickt authored and ry committed Sep 8, 2011
1 parent 1a43429 commit 5b567b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win/getaddrinfo.c
Expand Up @@ -29,7 +29,7 @@
/*
* MinGW is missing this
*/
#ifndef _MSC_VER
#if !defined(_MSC_VER) && !defined(__MINGW64_VERSION_MAJOR)
typedef struct addrinfoW {
int ai_flags;
int ai_family;
Expand Down

0 comments on commit 5b567b2

Please sign in to comment.