From 718413ef37e81557e1b00895a1952c3f834bd640 Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Mon, 4 Jan 2021 02:43:02 -0600 Subject: [PATCH] Create 22.md --- docs/forum/bitcoin-forum/22.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 docs/forum/bitcoin-forum/22.md diff --git a/docs/forum/bitcoin-forum/22.md b/docs/forum/bitcoin-forum/22.md new file mode 100644 index 0000000..1733215 --- /dev/null +++ b/docs/forum/bitcoin-forum/22.md @@ -0,0 +1,26 @@ +--- +layout: forum +title: 'Re: A few suggestions' +grand_parent: Forum Posts +parent: Bitcoin Forum +nav_order: 22 +date: 2009-12-17 18:38:06 UTC +original: 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 +#endif + +malloc.h is only needed on windows, I'll move that into the __WXMSW__ section before it causes any more trouble. +```