dlls/kernel32/task.c -- minor improvement

Alexandre Julliard julliard at winehq.org
Sun Jan 6 12:35:37 CST 2008


Gerald Pfeifer <gerald at pfeifer.com> writes:

> On Sun, 6 Jan 2008, Alexandre Julliard wrote:
>> We don't use C99 features in Wine.
>
> Actually we do.
>
>   % egrep -r "^(static )?inline " $WINE_SOURCE/ | wc -l
>   2031
>
> "inline" is pretty similar to flexible array members in that both were
> not in C90, both are in C99, and both have been GNU extensions before
> C99, so I'm not sure why we use one but not the other.

inline is automatically disabled if the compiler doesn't support it.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list