Commit 3b99abcb authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

compile ydb.c on windows

git-svn-id: file:///svn/toku/tokudb.1032b@8436 c7de825b-a66e-492c-adef-691d508d4ae1
parent d63deea2
......@@ -43,7 +43,7 @@ const u_int32_t __toku_env_default_max_locks = 1000;
static void
toku_ydb_init_malloc(void) {
#if defined(TOKU_WINDOWS)
#if defined(TOKU_WINDOWS) && TOKU_WINDOWS
//Set the heap (malloc/free/realloc) to use the low fragmentation mode.
ULONG HeapFragValue = 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment