Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/doc/faq-api.xml')
-rw-r--r--winsup/doc/faq-api.xml5
1 files changed, 3 insertions, 2 deletions
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.
<question><para>I don't want Unix sockets, how do I use normal Win32 winsock?</para></question>
<answer>
-<para>You don't. Look for the MingW project to port applications using
-native Win32/Winsock functions.
+<para>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.
</para>
</answer></qandaentry>