tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Compiling preprocessed files with tinycc?


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] Compiling preprocessed files with tinycc?
Date: Wed, 20 Mar 2013 23:11:05 +0100
User-agent: Mutt/1.5.20 (2009-06-14)

On Wed, Mar 20, 2013 at 01:01:10PM -0700, Austin English wrote:
> manually correcting that, I'm able to preprocess the problematic file down to:
> address@hidden:~/src/wine-tcc/dlls/d3d8/tests$ cat stateblock.i.tcc.c
> typedef struct _D3DVECTOR
> {
>   float x;
>   float y;
>   float z;
> } D3DMATRIX;

You are aware that D3DMATRIX is supposed to consist of 16 floats?

  Daniel



reply via email to

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