libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Status of the MSYS/MSVC port


From: Charles Wilson
Subject: Re: Status of the MSYS/MSVC port
Date: Thu, 29 Jan 2009 23:12:06 -0500
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.8.1.19) Gecko/20081209 Thunderbird/2.0.0.19 Mnenhy/0.7.5.666

Roumen Petrov wrote:
> I think that we has to be careful about structure _stat and version of
> msvcrt (>=8.0) - it depend from definition of time_t 32/64 bit and the
> size is deferent depending from an another macro. May be wrapper has to
> include MSVC headers.

This is all moot. We (libtool's cwrapper) have no business defining
struct stat.  With modern mingw-runtime (or MSVC headers), we will get
"the right one" when we #include <sys/stat.h>, regardless of any
-std=c89 or -std=c99 flags.  So no worries.

--
Chuck





reply via email to

[Prev in Thread] Current Thread [Next in Thread]