Added FIXME() for a slightly incorrect implementation in CreateFileMapping

for shared non-file mappings.
This commit is contained in:
Marcus Meissner 1998-10-17 12:08:21 +00:00 committed by Alexandre Julliard
parent 1491e3ffea
commit c474065af4

View file

@ -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 );