Native Windows LevelDB port

Import native Windows LevelDB port by Hiram Chirino.

Extracted from from https://github.com/chirino/leveldb.git using
git diff dd0d562..aea83b7
This commit is contained in:
Pieter Wuille
2012-12-13 02:21:49 +01:00
committed by Gavin Andresen
parent 00abfccc5d
commit 21f2ae7563
7 changed files with 1371 additions and 1 deletions

1017
src/leveldb/util/env_win.cc Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
// found in the LICENSE file. See the AUTHORS file for names of contributors.
//
// Logger implementation that can be shared by all environments
// where enough posix functionality is available.
// where enough Posix functionality is available.
#ifndef STORAGE_LEVELDB_UTIL_POSIX_LOGGER_H_
#define STORAGE_LEVELDB_UTIL_POSIX_LOGGER_H_