]> granicus.if.org Git - curl/commitdiff
just narrowed some text to fit within 80 cols
authorDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jan 2005 16:01:34 +0000 (16:01 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 4 Jan 2005 16:01:34 +0000 (16:01 +0000)
docs/FAQ

index e80d6340620d1da4c21504f9e3c0be2193a8249e..ab6ada20d773cd7fff4dea97570d04d87e280edc 100644 (file)
--- a/docs/FAQ
+++ b/docs/FAQ
@@ -822,10 +822,10 @@ FAQ
   When building an application that uses the static libcurl library, you must
   add -DCURL_STATICLIB to your CFLAGS. Otherwise the linker will look for
   dynamic import symbols. If you get linker error like "unknown symbol
-  __imp__curl_easy_init ..." you have linked against the wrong (static) library.
-  If you want to use the curl.dll and import lib, you don't need any extra CFLAGS,
-  but use one of the import libraries below. These are the libraries produced by
-  the various lib/Makefile.* files:
+  __imp__curl_easy_init ..." you have linked against the wrong (static)
+  library.  If you want to use the curl.dll and import lib, you don't need any
+  extra CFLAGS, but use one of the import libraries below. These are the
+  libraries produced by the various lib/Makefile.* files:
 
   Target:          static lib.   import lib for curl*.dll.
   --------------------------------------------------------