Commit c474065a authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

Added FIXME() for a slightly incorrect implementation in CreateFileMapping

for shared non-file mappings.
parent 1491e3ff
......@@ -1133,6 +1133,7 @@ HANDLE32 WINAPI CreateFileMapping32A(
if (hFile == INVALID_HANDLE_VALUE32)
{
FIXME(virtual,"shared anon mapping not correctly supported!\n");
if (!size_high && !size_low)
{
SetLastError( ERROR_INVALID_PARAMETER );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment