8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 14:03:02 +01:00

Fixed Windows build

This commit is contained in:
hvlad 2017-10-31 19:39:50 +02:00
parent f5a37fda5b
commit a760da1a14

View File

@ -2245,6 +2245,7 @@ void* MemPool::allocRaw(size_t size) throw (OOM_EXCEPTION)
void* result = VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE); void* result = VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE);
if (!result) if (!result)
{
#else // WIN_NT #else // WIN_NT