From 36491dba037cbe4950a29c313eb05c49c7ee5a98 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Fri, 22 Aug 2003 05:00:25 +0000 Subject: [PATCH] Tweak 'Will there be a Windows version of Wine?': - Add a pointer to the MinGW project - Fix the ReactOS case - Explain the rationale behind these porting projects --- documentation/faq.sgml | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/documentation/faq.sgml b/documentation/faq.sgml index 1e3fa1981db..e66bc1a3b1e 100644 --- a/documentation/faq.sgml +++ b/documentation/faq.sgml @@ -485,19 +485,26 @@ - Some people are working on getting Wine code to compile on Windows. + Some people are working on getting Wine code to compile on Windows + using one of the following projects as a basis: - Cygwin ( - http://www.cygwin.com/) + Cygwin + (http://www.cygwin.com) - Reactos ( - http://www.reactos.com/) + MinGW + (http://www.mingw.org) + + + + + ReactOS + (http://www.reactos.com) @@ -505,9 +512,21 @@ There's some progress, so a Wine version that's usable on Windows might be available at some time. + + Part of the rationale for these projects is to find out areas where + Wine portability is lacking. This is especially true of the + ReactOS project which is a reimplementation of the Windows kernel + and should thus be able to reuse most of Wine dlls. + + + Another reason for pursuing these projects is to be able to + replace a single Windows dll with its Wine counterpart. Besides + being a good test for the Wine dll, this lets us detect cases where + we made incorrect assumptions about how the dlls interact. + - + What do I need in order to use Wine?