良いな、FreeBSD で正常に動作しているか?
headers.h への変更をコミットした。一貫性のため、__BSD__を使用した。定義の完全なリストは http://docs.wxwidgets.org/stable/wx_cppconst.html にある。
#ifdef BSD
#include <netinet/in.h>
#endif
malloc.h は Windows でのみ必要なので、これ以上問題を起こさないように__WXMSW__セクションに移動する。
良いな、FreeBSD で正常に動作しているか?
headers.h への変更をコミットした。一貫性のため、__BSD__を使用した。定義の完全なリストは http://docs.wxwidgets.org/stable/wx_cppconst.html にある。
#ifdef BSD
#include <netinet/in.h>
#endif
malloc.h は Windows でのみ必要なので、これ以上問題を起こさないように__WXMSW__セクションに移動する。