#is MapViewOfFile2() supported in some way ?
1 messages · Page 1 of 1 (latest)
in the visual studio SDK, it's a call of MapViewOfFileNuma2() with NUMA_NO_PREFERRED_NODE as last parameter
and inlined
It was probably not like that 5 years ago :)
https://github.com/mingw-w64/mingw-w64/commit/bb0d63a2606460dcfb856566ead952daf1c01afb
patch sent to fix it https://www.mail-archive.com/[email protected]/msg24307.html
patch has been added in mingw-w64 https://github.com/mingw-w64/mingw-w64/commit/c67e9a7ab6d4551c65f7d81dccbd8826e4b5ad78
thank you
Is that required for gecko?