Re: [patch] CodeGuard fix

From: Cyrille Chépélov <cyrille(at)softek(dot)fr>
To: Hiroshi Inoue <inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-odbc(at)postgresql(dot)org
Subject: Re: [patch] CodeGuard fix
Date: 2003-12-22 07:02:11
Message-ID: 3FE696F3.8030308@softek.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hiroshi Inoue wrote:

> +# ifdef __BORLANDC__
> +# define timezone _timzone
> +# define daylight _daylight
>
> What are the above 2 lines for ?

Oh, to account for stupid spraying of underscores in Borland's libc.

I can give you a whole BC++ patch if you want -- in my experience with
these 10-30 minutes of effort, the resulting DLL works as fine as if
compiled with VC++.

Best Regards,

-- Cyrille

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message freeman 2003-12-22 07:55:05 bug: DELETE OR UPDATE EMPTY TABLE in VFP
Previous Message Bui Nguyen Minh 2003-12-21 02:16:00 Re: How to store and retreive binary data using VC++ ?