mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 06:03:02 +01:00
Fixed Windows build
This commit is contained in:
parent
f5a37fda5b
commit
a760da1a14
@ -2245,6 +2245,7 @@ void* MemPool::allocRaw(size_t size) throw (OOM_EXCEPTION)
|
||||
|
||||
void* result = VirtualAlloc(NULL, size, MEM_COMMIT, PAGE_READWRITE);
|
||||
if (!result)
|
||||
{
|
||||
|
||||
#else // WIN_NT
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user