cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Patch for WIN16 (was: i am using libcurl for Windows 16Bit)

From: Gisle Vanem <giva_at_bgnett.no>
Date: Tue, 09 Jan 2007 16:50:44 +0100

"Goettlicher Harald (AA-DG/ESW4)" wrote:

> Patch for libcurl under WIN16:

A 500kByte attachment! Please send us a unifified diff ("diff -u")
of the files you have changed.

Some other comments;
* Don't use "//" comments since some compilers don't understand
  such C++ features.

* This statement is TRUE for e.g. Borland's PowerPak:
+#if !defined __FLAT__ && !defined(WIN16)
+# define WIN16
+#endif

I don't think you intended that. Can't we just assume WIN16 is set?

--gv
Received on 2007-01-09