diff options
Diffstat (limited to 'src/port/getaddrinfo.c')
| -rw-r--r-- | src/port/getaddrinfo.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/src/port/getaddrinfo.c b/src/port/getaddrinfo.c index 4133aed54d7..cf658a4eb50 100644 --- a/src/port/getaddrinfo.c +++ b/src/port/getaddrinfo.c @@ -329,8 +329,7 @@ gai_strerror(int errcode)  			return "Not enough memory";  #endif  #ifdef EAI_NODATA -#ifndef WIN32_ONLY_COMPILER		/* MSVC complains because another case has the -								 * same value */ +#if !defined(WIN64) && !defined(WIN32_ONLY_COMPILER) /* MSVC/WIN64 duplicate */  		case EAI_NODATA:  			return "No host data of that type was found";  #endif | 
