#is MapViewOfFile2() supported in some way ?

1 messages · Page 1 of 1 (latest)

tame galleon
#

MSDN says that this function is defined inline, and in mingw headers, there's only the declaration

edgy ravine
#

it's in memoryapi.h in mingw-w64

#

but missing from crt. I'll try to fix it.

tame galleon
#

in the visual studio SDK, it's a call of MapViewOfFileNuma2() with NUMA_NO_PREFERRED_NODE as last parameter

#

and inlined

edgy ravine
edgy ravine
edgy ravine
tame galleon
#

thank you

edgy ravine
#

Is that required for gecko?