Leveldb Windows port by Edouard Alligand, adapted for MingW by me.

This commit is contained in:
justmoon
2012-07-21 14:54:55 +02:00
committed by Pieter Wuille
parent 5e650d6d2d
commit 94a50fb339
8 changed files with 1106 additions and 33 deletions

View File

@@ -14,6 +14,8 @@
# include "port/port_posix.h"
#elif defined(LEVELDB_PLATFORM_CHROMIUM)
# include "port/port_chromium.h"
#elif defined(LEVELDB_PLATFORM_WINDOWS)
# include "port/port_win.h"
#endif
#endif // STORAGE_LEVELDB_PORT_PORT_H_