diff --git a/winsup/doc/faq-api.xml b/winsup/doc/faq-api.xml
index b52ad22e1..993274a33 100644
--- a/winsup/doc/faq-api.xml
+++ b/winsup/doc/faq-api.xml
@@ -264,8 +264,9 @@ direct calls to Winsock functions. If you use Cygwin, use the POSIX API.
I don't want Unix sockets, how do I use normal Win32 winsock?
-You don't. Look for the MingW project to port applications using
-native Win32/Winsock functions.
+You don't. Look for the Mingw-w64 project to port applications using
+native Win32/Winsock functions. Cross compilers packages to build Mingw-w64
+targets are available in the Cygwin distro.
diff --git a/winsup/doc/faq-programming.xml b/winsup/doc/faq-programming.xml
index 18557c0d1..07846903c 100644
--- a/winsup/doc/faq-programming.xml
+++ b/winsup/doc/faq-programming.xml
@@ -90,8 +90,8 @@ Windows, while `long' on 64 bit Cygwin is 8 bytes.
ReadFile (HANDLE, LPVOID, DWORD, LPDWORD, LPOVERLAPPED);
-In the 32 bit Cygwin and Mingw environments, as well as in the 64 bit
-Mingw environment, it is no problem to substitute DWORD with unsigned
+In the 32 bit Cygwin and Mingw-w64 environments, as well as in the 64 bit
+Mingw-w64 environment, it is no problem to substitute DWORD with unsigned
long:
@@ -478,14 +478,10 @@ as well as the User's Guide section
How do I compile a Win32 executable that doesn't use Cygwin?
-The compilers provided by the mingw-gcc,
-mingw64-i686-gcc, and mingw64-x86_64-gcc
-packages link against standard Microsoft DLLs instead of Cygwin. This is
-desirable for native Windows programs that don't need a UNIX emulation layer.
-
-This is not to be confused with 'MinGW' (Minimalist GNU for Windows),
-which is a completely separate effort. That project's home page is
-.
+The compilers provided by the mingw64-i686-gcc and
+mingw64-x86_64-gcc packages link against standard Microsoft
+DLLs instead of Cygwin. This is desirable for native Windows programs that
+don't need a UNIX emulation layer.
@@ -549,7 +545,7 @@ have our own Win32 headers which are pretty complete.
-How do I use cygwin1.dll with Visual Studio or MinGW?
+How do I use cygwin1.dll with Visual Studio or Mingw-w64?
Before you begin, note that Cygwin is licensed under the GNU GPL (as