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