From f5d1c8a679242376e16523af2fb30ed3c4ea8ca4 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sat, 27 Mar 2010 15:56:49 +0000 Subject: [PATCH] Another compilation fix --- src/GUI.cpp | 2 +- src/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/GUI.cpp b/src/GUI.cpp index 4b5ab5011..d5429c1fe 100644 --- a/src/GUI.cpp +++ b/src/GUI.cpp @@ -68,7 +68,7 @@ #ifdef W_WS_WIN #include -#include +const int UNLEN = 256; #endif using namespace libtorrent; diff --git a/src/main.cpp b/src/main.cpp index 7c87e941b..86fb8efae 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -58,7 +58,7 @@ #include "stacktrace.h" #else #include -#include +const int UNLEN = 256; #endif #include