Dimitrie O. Paun a écrit:
On November 19, 2002 10:26 am, David Fraser wrote:
So the following C program compiles fine with the above command, -fshort-wchar or not, and making stdio.h angle-bracketed will take away the size_t warning:
What I'm waiting for is a solution that does not touch the program I've posted. My gut feeling is that our headers are busticated.
Quickly checking in MS's headers (an old version), there's a lot of typedef to define wchar_t.
Vincent