This patch can be used under any of your licenses (and is not copyrightable anyway <g>). Gerald ChangeLog: Do not #include <malloc.h>, which is non-standard and not needed. Index: winefile.h =================================================================== RCS file: /home/wine/wine/programs/winefile/winefile.h,v retrieving revision 1.2 diff -u -3 -p -r1.2 winefile.h --- winefile.h 28 Jun 2002 17:37:34 -0000 1.2 +++ winefile.h 10 Jul 2002 09:13:55 -0000 @@ -38,7 +38,6 @@ #include <commctrl.h> #include <shellapi.h> #include <stdlib.h> -#include <malloc.h> #include <stdio.h> #include <tchar.h> #include <ctype.h>