[PATCH] shell32: use flexible arrays to avoid fortify failures

Marko Nikolic grkoma at gmail.com
Wed Sep 15 05:51:42 CDT 2010


Henri Verbeet wrote:

> On 14 September 2010 15:44, Mike Frysinger <vapier at gentoo.org> wrote:
>> note: i couldnt find a statement of what C standard wine aims for.  if
>> it is attempting pre-c99, then this will have to be done differently.
>> perhaps introducing a project-wide define like "VARARRAY" which
>> expands into [] for c99+ and [1] for older ...
>>
> Roughly C89, C99 features are generally out.

Hi,

In the wine wiki it is stated that "Wine adheres to standard C89/C90."

http://wiki.winehq.org/SubmittingPatches#head-7a578af49f1d1ab7f36f4b1f98b7544bb55eea9a

Marko





More information about the wine-devel mailing list