]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rocksdb/port/win/win_thread.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / rocksdb / port / win / win_thread.cc
index 74c667b544751264bf567099a1a783d5d0dc09f7..2bc05e8da32c5517261d37b5e7069256f8d75d53 100644 (file)
@@ -7,6 +7,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file. See the AUTHORS file for names of contributors.
 
+#if defined(OS_WIN)
+
 #include "port/win/win_thread.h"
 
 #include <assert.h>
@@ -177,3 +179,5 @@ unsigned int __stdcall  WindowsThread::Data::ThreadProc(void* arg) {
 }
 } // namespace port
 }  // namespace ROCKSDB_NAMESPACE
+
+#endif