0x4a : This is not valid C. RESET_CFLAG cannot happen before variable declarations. Move RESET_CFLAG to start of subfunction.
Well, this is not valid C, but is perfectly valid C99. And as most of the people now are using GCC 3.X to develop Wine, these kind of stuff happen a lot more often (ie a lot of 'breakage' of compiles happens on people still using older GCC releases).
Lionel