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



Alex Bligh wrote:

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

Shouldn't that be in stdwx.h, being a system header?

   Luke