summaryrefslogtreecommitdiff
path: root/src/net/sdltcpnet.cpp
diff options
context:
space:
mode:
authorDan Sagunov <danilka.pro@gmail.com>2013-11-01 20:44:23 +0400
committerDan Sagunov <danilka.pro@gmail.com>2013-11-01 20:44:23 +0400
commit8cb95434b0c050a5e608e3fc541636d5b2d08dfd (patch)
tree2704ce2214e3ccbc06f507424ca2e25759b846ee /src/net/sdltcpnet.cpp
parentd2d934547c5ade2dddd85b4dd065c2c803c9fcd9 (diff)
downloadManaVerse-8cb95434b0c050a5e608e3fc541636d5b2d08dfd.tar.gz
ManaVerse-8cb95434b0c050a5e608e3fc541636d5b2d08dfd.tar.bz2
ManaVerse-8cb95434b0c050a5e608e3fc541636d5b2d08dfd.tar.xz
ManaVerse-8cb95434b0c050a5e608e3fc541636d5b2d08dfd.zip
Remove build-breaking define from sdltcpnet
Diffstat (limited to 'src/net/sdltcpnet.cpp')
-rw-r--r--src/net/sdltcpnet.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net/sdltcpnet.cpp b/src/net/sdltcpnet.cpp
index 51da24d8c..4ea659ecf 100644
--- a/src/net/sdltcpnet.cpp
+++ b/src/net/sdltcpnet.cpp
@@ -18,8 +18,6 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#if !defined __native_client__
-
#include "net/sdltcpnet.h"
#if defined __linux__ || defined __linux