Fix build on windows and mac
authorGavin Andresen <gavinandresen@gmail.com>
Fri, 7 Oct 2011 15:02:21 +0000 (11:02 -0400)
committerGavin Andresen <gavinandresen@gmail.com>
Fri, 7 Oct 2011 15:02:21 +0000 (11:02 -0400)
commit6853e627f12de21b38a178def14c067435517d96
tree74a7142b2266b992b432bab674e412ddb3464db7
parente9b95e4f6c35cb0f150ff7e70154668f142ee0ba
Fix build on windows and mac

Replaced all occurrences of #if* __WXMSW__ with WIN32,
and all occurrences of __WXMAC_OSX__ with MAC_OSX, and made
sure those are defined appropriately in the makefile and bitcoin-qt.pro.
13 files changed:
bitcoin-qt.pro
src/crypter.cpp
src/db.cpp
src/headers.h
src/init.cpp
src/main.h
src/makefile.osx
src/net.cpp
src/net.h
src/protocol.cpp
src/serialize.h
src/util.cpp
src/util.h