THRIFT-4508: remove cygwin64 build in favor of MSVC2013
diff --git a/appveyor.yml b/appveyor.yml
index 2db28f6..26bfcfb 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,21 +43,32 @@
      ZLIB_VERSION: 1.2.11
      DISABLED_TESTS: StressTestNonBlocking
 
+   - PROFILE: MSVC2013
+     PLATFORM: x86
+     CONFIGURATION: Release
+     BOOST_VERSION: 1.58.0
+     LIBEVENT_VERSION: 2.0.22
+     PYTHON_VERSION: 3.5
+     QT_VERSION: 5.8
+     ZLIB_VERSION: 1.2.8
+     DISABLED_TESTS: StressTestNonBlocking
+     APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
+
    - PROFILE: MINGW
      PLATFORM: x64
      CONFIGURATION: RelWithDebInfo
      DISABLED_TESTS: StressTestNonBlocking
 
    - PROFILE: CYGWIN
-     PLATFORM: x64
-     CONFIGURATION: RelWithDebInfo
-     DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
-
-   - PROFILE: CYGWIN
      PLATFORM: x86
      CONFIGURATION: RelWithDebInfo
      DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
 
+#  - PROFILE: CYGWIN
+#    PLATFORM: x64
+#    CONFIGURATION: RelWithDebInfo
+#    DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
+
 install:
   - cd %APPVEYOR_BUILD_FOLDER%
   - call build\appveyor\%PROFILE:~0,4%-appveyor-install.bat
diff --git a/lib/cpp/test/TNonblockingServerTest.cpp b/lib/cpp/test/TNonblockingServerTest.cpp
index 74ffd1d..63d8a04 100644
--- a/lib/cpp/test/TNonblockingServerTest.cpp
+++ b/lib/cpp/test/TNonblockingServerTest.cpp
@@ -178,7 +178,7 @@
 protected:
   shared_ptr<server::TNonblockingServer> server;
 private:
-  shared_ptr<concurrency::Thread> thread;
+  shared_ptr<apache::thrift::concurrency::Thread> thread;
 
 };