Compile fix for Windows:
Use "#ifdef", not plain "#if".
This commit is contained in:
parent
5184530308
commit
9ceeabd9b2
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user