hopefully compile win

This commit is contained in:
Aaron
2009-04-16 10:33:21 -04:00
parent 94217c0d66
commit 56e2e866bd
4 changed files with 9 additions and 4 deletions

View File

@@ -656,7 +656,9 @@ namespace mongo {
// wait until file preallocation finishes
// we would only hang here if the file_allocator code generates a
// synchronous signal, which we don't expect
#if !defined(_WIN32)
theFileAllocator().waitUntilFinished();
#endif
stringstream ss3;
MemoryMappedFile::closeAllFiles( ss3 );