aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@exmulti.com>2011-07-04 16:34:18 -0700
committerJeff Garzik <jgarzik@exmulti.com>2011-07-04 16:34:18 -0700
commit06c903b26c5e64f481858464a0615d43c427a32e (patch)
treec8000f5a16fe60154c4143c66a6aab3d3f0740b5 /src/net.cpp
parentd547a4433217061ef4791cfb4cdbab8cd8606074 (diff)
parentfa105b1d3a055e076a78674b96d0e9b859dfe5b2 (diff)
Merge pull request #380 from TheBlueMatt/buildupdates
Added a couple minor things to match newer build process.
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp5
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