PATCH: msvcrt.ungetc

Alexandre Julliard julliard at winehq.com
Sun Jul 22 17:40:24 CDT 2001


Marcus Meissner <marcus at 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 at winehq.com




More information about the wine-devel mailing list