Commit 9ceeabd9 authored by Joerg Bruehe's avatar Joerg Bruehe

Compile fix for Windows:

Use "#ifdef", not plain "#if".
parent 51845303
......@@ -1742,7 +1742,7 @@ restart:
- block assigned but not yet read from file (invalid data).
*/
#if THREAD
#ifdef THREAD
if (keycache->in_resize)
{
/* This is a request during a resize operation */
......
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