* in6addr.h (s6_addr16): Define when building Cygwin. git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@5181 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/ChangeLog b/mingw-w64-headers/include/ChangeLog index 7afe76b..a4bdb83 100644 --- a/mingw-w64-headers/include/ChangeLog +++ b/mingw-w64-headers/include/ChangeLog
@@ -1,5 +1,9 @@ 2012-07-06 Corinna Vinschen <vinschen@redhat.com> + * in6addr.h (s6_addr16): Define when building Cygwin. + +2012-07-06 Corinna Vinschen <vinschen@redhat.com> + * winbase.h (ZAWPROXYAPI): Define as empty if _ZAWPROXY_ is defined. * objbase.h (WINOLEAPI): Define as empty if _OLE32_ is defined. WINOLEAPI_: Ditto.
diff --git a/mingw-w64-headers/include/in6addr.h b/mingw-w64-headers/include/in6addr.h index 895087c..5bac1a8 100644 --- a/mingw-w64-headers/include/in6addr.h +++ b/mingw-w64-headers/include/in6addr.h
@@ -28,6 +28,7 @@ #define s6_words u.Word #ifdef __INSIDE_CYGWIN__ +#define s6_addr16 u.Word #define s6_addr32 u.__s6_addr32 #endif