Re: dlls/kernel/heap.c breakage

2004-08-13 Thread Gerald Pfeifer
On Fri, 13 Aug 2004, Robert Reif wrote: the following change to dlls/kernel/heap.c broke FreeBSD, both 4.10 and 5.2: Here is the bsd fix. Thanks! Builds like a charm now. Gerald -- Gerald Pfeifer (Jerry) [EMAIL PROTECTED] http://www.pfeifer.com/gerald/

Re: dlls/kernel/heap.c breakage

2004-08-13 Thread Robert Reif
Gerald Pfeifer wrote: Robert, the following change to dlls/kernel/heap.c broke FreeBSD, both 4.10 and 5.2: Here is the bsd fix. Index: dlls/kernel/heap.c === RCS file: /home/wine/wine/dlls/kernel/heap.c,v retrieving revision 1.10 diff

dlls/kernel/heap.c breakage

2004-08-13 Thread Gerald Pfeifer
Robert, the following change to dlls/kernel/heap.c broke FreeBSD, both 4.10 and 5.2: revision 1.10 date: 2004/08/13 00:41:34; author: julliard; state: Exp; lines: +115 -88 Robert Reif <[EMAIL PROTECTED]> Use GlobalMemoryStatusEx in GlobalMemoryStatus rather than the other way around. T