[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
Re: [XaraXtreme-dev] [patch] Have implemented a Linux port of GetMemoryStatus ("Function to find available RAM")
- From: Alex Bligh <alex@xxxxxxxxxxx>
- Date: Mon, 29 May 2006 09:53:31 +0100
- Subject: Re: [XaraXtreme-dev] [patch] Have implemented a Linux port of GetMemoryStatus ("Function to find available RAM")
Israel G. Lugo wrote:
Indeed; it was necessary since I used the stdio functions in the
GetMemoryStatus code. Well, __WX*__ being all mutually exclusive, then
we only need to add:
#if defined(__WXGTK__)
# include <stdio.h>
#endif
And that's exactly what I added at line 117 of wxOil/memory.cpp :-)
Alex