X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fprotocol.h;h=2d90bafe613f7fda56e5669f5575f50fc3ea518c;hb=b2de28c74040595fa3fe5353ea063a8c3874f6b1;hp=6db64900f23d10bae7ef1fdb0ef804da63c85841;hpb=282e3ffe6e292ed6b11bc71414420de052193757;p=novacoin.git diff --git a/src/protocol.h b/src/protocol.h index 6db6490..2d90baf 100644 --- a/src/protocol.h +++ b/src/protocol.h @@ -1,7 +1,7 @@ // Copyright (c) 2009-2010 Satoshi Nakamoto // Copyright (c) 2011 The Bitcoin developers // Distributed under the MIT/X11 software license, see the accompanying -// file license.txt or http://www.opensource.org/licenses/mit-license.php. +// file COPYING or http://www.opensource.org/licenses/mit-license.php. #ifndef __cplusplus # error This header can only be compiled as C++. @@ -10,7 +10,7 @@ #ifndef __INCLUDED_PROTOCOL_H__ #define __INCLUDED_PROTOCOL_H__ -#ifndef __WXMSW__ +#ifndef WIN32 #include #endif