Marcus Meissner marcus@jet.franken.de writes:
--- include/msvcrt/stdio.h 2001/05/07 18:18:34 1.2 +++ include/msvcrt/stdio.h 2001/07/21 12:43:43 @@ -72,6 +72,7 @@ int _charbuf; int _bufsiz; char* _tmpfname;
- int _ungetc;
} MSVCRT(FILE);
You cannot do that, the FILE structure has to remain binary compatible.