On Fri, 2006-03-03 at 13:27 +0000, cvs@abisource.com wrote:
> Update of /cvsroot/wv
> In directory abiword.snt.utwente.nl:/tmp/cvs-serv9487
>
> Modified Files:
> decompresswmf.c winmmap.c
> Log Message:
> fix bug 10056
Can I safely backport this dom?
Marc
> Index: decompresswmf.c
> ===================================================================
> RCS file: /cvsroot/wv/decompresswmf.c,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -d -r1.16 -r1.17
> --- decompresswmf.c 24 Apr 2005 16:34:37 -0000 1.16
> +++ decompresswmf.c 3 Mar 2006 13:27:39 -0000 1.17
> @@ -27,6 +27,10 @@
> #include <string.h>
> #include "wv.h"
>
> +#if defined WIN32
> +#define HAVE_MMAP 1 /* have mmap replacement in winmmap.[ch] */
> +#endif
> +
> #if defined(HAVE_ZLIB) && defined(HAVE_MMAP)
> #include <zlib.h>
> #if defined WIN32 /*lvm007@aha.ru fix for mmap realization in Win*/
>
> Index: winmmap.c
> ===================================================================
> RCS file: /cvsroot/wv/winmmap.c,v
> retrieving revision 1.5
> retrieving revision 1.6
> diff -u -d -r1.5 -r1.6
> --- winmmap.c 4 Jun 2005 14:01:13 -0000 1.5
> +++ winmmap.c 3 Mar 2006 13:27:39 -0000 1.6
> @@ -131,11 +131,6 @@
> }
> #else
>
> -int wv_munmap_fakefn (int map)
> -{
> - /* some compilers dislike empty source files
> - */
> - return map - 1;
> -}
> +typedef int elegant;
>
> #endif
>
> -----------------------------------------------
> To unsubscribe from this list, send a message to
> abisource-cvs-commit-request@abisource.com with the word
> unsubscribe in the message body.
Received on Mon Mar 13 19:42:18 2006
This archive was generated by hypermail 2.1.8 : Mon Mar 13 2006 - 19:42:18 CET