Fix incorrect order of comments in win_thread.cc (#9033)

Summary:
The comments in the `#endif` section at the end of the file were in the
wrong order.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/9033

Reviewed By: mrambacher

Differential Revision: D31935856

Pulled By: ajkr

fbshipit-source-id: 24aca039993d6e27022cfe8d6434e90f2934c87c
This commit is contained in:
Calin Culianu 2021-10-27 13:23:45 -07:00 committed by Facebook GitHub Bot
parent 4ec31dc8ac
commit 82846f41d3

View File

@ -185,5 +185,5 @@ unsigned int __stdcall WindowsThread::Data::ThreadProc(void* arg) {
} // namespace port
} // namespace ROCKSDB_NAMESPACE
#endif // OS_WIN
#endif // !_POSIX_THREADS
#endif // OS_WIN