Exclude MDB on Win32

This commit is contained in:
Vinnie Falco
2013-07-11 10:02:47 -07:00
committed by JoelKatz
parent ab6b0e00e6
commit 2e4317e173
5 changed files with 16 additions and 4 deletions

View File

@@ -4,6 +4,8 @@
*/
//==============================================================================
#if RIPPLE_MDB_AVAILABLE
class MdbBackendFactory::Backend : public NodeStore::Backend
{
public:
@@ -129,5 +131,4 @@ NodeStore::Backend* MdbBackendFactory::createInstance (StringPairArray const& ke
return new MdbBackendFactory::Backend (keyValues);
}
//------------------------------------------------------------------------------
#endif