aboutsummaryrefslogtreecommitdiff
path: root/zenserver-test/projectclient.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'zenserver-test/projectclient.cpp')
-rw-r--r--zenserver-test/projectclient.cpp8
1 files changed, 7 insertions, 1 deletions
diff --git a/zenserver-test/projectclient.cpp b/zenserver-test/projectclient.cpp
index 2700ae9da..2de9b6ecf 100644
--- a/zenserver-test/projectclient.cpp
+++ b/zenserver-test/projectclient.cpp
@@ -2,6 +2,8 @@
#include "projectclient.h"
+#if 0
+
#include <zencore/compactbinary.h>
#include <zencore/logging.h>
#include <zencore/sharedbuffer.h>
@@ -11,7 +13,9 @@
#include <asio.hpp>
#include <gsl/gsl-lite.hpp>
-#include <atlbase.h>
+#if ZEN_PLATFORM_WINDOWS
+# include <atlbase.h>
+#endif
namespace zen {
@@ -158,3 +162,5 @@ LocalProjectClient::MessageTransaction(CbObject Request)
}
} // namespace zen
+
+#endif // 0