]> sjero.net Git - wget/blobdiff - src/mswindows.h
Fix error messages under Windows.
[wget] / src / mswindows.h
index e0a20e4afca89d197a020f0dddcc4e10786ff3d1..9b91aaf34013cf7b7cf937e0f40dab58d4d02f7f 100644 (file)
@@ -113,11 +113,6 @@ typedef __int64 wgint;
 const char *inet_ntop (int, const void *, char *, socklen_t);
 #endif
 
-#ifdef NEED_GAI_STRERROR
-# undef gai_strerror
-# define gai_strerror strerror
-#endif
-
 /* ioctl needed by set_windows_fd_as_blocking_socket() */
 #include <sys/ioctl.h>