Files
2021-01-04 02:43:02 -06:00

665 B

layout, title, grand_parent, parent, nav_order, date, original
layout title grand_parent parent nav_order date original
forum Re: A few suggestions Forum Posts Bitcoin Forum 22 2009-12-17 18:38:06 UTC https://bitcointalk.org/index.php?topic=12.msg77#msg77

Re: A few suggestions


Re: A few suggestions
December 17, 2009, 06:38:06 PM

That's good, is it running fine on FreeBSD?

I committed the changes to headers.h.  For consistency, I used __BSD__.  The complete list of defines is at http://docs.wxwidgets.org/stable/wx_cppconst.html
#ifdef __BSD__
#include <netinet/in.h>
#endif

malloc.h is only needed on windows, I'll move that into the __WXMSW__ section before it causes any more trouble.