22 Jul
2001
22 Jul
'01
5:40 p.m.
Marcus Meissner <marcus(a)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. -- Alexandre Julliard julliard(a)winehq.com