Added a couple minor things to match newer build process.

This adds the relevent patches which are applied to wx,
and updates for cross compiling.
This commit is contained in:
Matt Corallo
2011-07-03 14:41:09 +02:00
parent d547a44332
commit fa105b1d3a
8 changed files with 311 additions and 2 deletions

View File

@@ -11,6 +11,11 @@
#ifdef __WXMSW__
#include <string.h>
// This file can be downloaded as a part of the Windows Platform SDK
// and is required for Bitcoin binaries to work properly on versions
// of Windows before XP. If you are doing builds of Bitcoin for
// public release, you should uncomment this line.
//#include <WSPiApi.h>
#endif
#ifdef USE_UPNP