[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")



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