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