On Mon, 11 May 2009, Alexandre Julliard wrote:
- More importantly, these were the only occurences of C_ASSERT at file level. By moving these at function level use thereof becomes consistent which will allow the fix from PATCH 2/2 to work at all.
C_ASSERT is supposed to work at the file level too.
The current implementation doesn't work with GCC 4.5 (or ISO C) and I failed to find any other way. :-(
Your point on this being autogenerated clearly is strong one -- either we need to change that generation or find a different way to implement C_ASSERT.
Any idea how to best approach this?
Gerald