diff options
author | Matt Corallo <matt@bluematt.me> | 2011-07-03 14:41:09 +0200 |
---|---|---|
committer | Matt Corallo <matt@bluematt.me> | 2011-07-05 00:59:00 +0200 |
commit | fa105b1d3a055e076a78674b96d0e9b859dfe5b2 (patch) | |
tree | c8000f5a16fe60154c4143c66a6aab3d3f0740b5 /src/net.cpp | |
parent | d547a4433217061ef4791cfb4cdbab8cd8606074 (diff) |
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.
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/net.cpp b/src/net.cpp index 23b40f975d..0d3348da72 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -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 |