=?UTF-8?Q?Andr=C3=A9=20Hentschel=20?=: winelib: Update documentation on how to resolve c library calls to msvcrt.

Alexandre Julliard julliard at winehq.org
Wed Feb 1 10:57:38 CST 2012


Module: docs
Branch: master
Commit: 9752d5f68cc074d0ea49024082b24041cbe2b7e9
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=9752d5f68cc074d0ea49024082b24041cbe2b7e9

Author: André Hentschel <nerv at dawncrow.de>
Date:   Sun Jan 29 20:30:22 2012 +0100

winelib: Update documentation on how to resolve c library calls to msvcrt.

---

 en/winelib-porting.sgml |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/en/winelib-porting.sgml b/en/winelib-porting.sgml
index 7a523cf..d19af01 100644
--- a/en/winelib-porting.sgml
+++ b/en/winelib-porting.sgml
@@ -73,10 +73,8 @@
         calls.
       </para>
 
-      <programlisting>import msvcrt.dll</programlisting>
-
       <para>
-        to your applications <filename>.spec</filename> file. This
+        Add <option>-mno-cygwin</option> to your compiler flags. This
         will cause <command>winebuild</command> to resolve your c
         library calls to <filename>msvcrt.dll</filename>. Many simple
         calls which behave the same have been specified as




More information about the wine-cvs mailing list