[PATCH] ntdll: Fix existing conftests for nanosecond precision time fields.

Alexandre Julliard julliard at winehq.org
Thu Nov 29 12:47:23 CST 2012


Charles Davis <cdavis5x at gmail.com> writes:

> From: Charles Davis <cdavis at mymail.mines.edu>
>
> Autoconf checks for a field of a struct by using it in an if()
> expression. Of course, you can't do this for an aggregate field, so you
> must instead check a field of that aggregate instead. Up until now, the
> conftests for the st_?tim fields were all failing, even on systems that
> had them, because of this.

It does a sizeof, which should work just fine. On what system do you see
a problem?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list