Added FIXME() for a slightly incorrect implementation in CreateFileMapping
for shared non-file mappings.
This commit is contained in:
parent
1491e3ffea
commit
c474065af4
|
@ -1133,6 +1133,7 @@ HANDLE32 WINAPI CreateFileMapping32A(
|
||||||
|
|
||||||
if (hFile == INVALID_HANDLE_VALUE32)
|
if (hFile == INVALID_HANDLE_VALUE32)
|
||||||
{
|
{
|
||||||
|
FIXME(virtual,"shared anon mapping not correctly supported!\n");
|
||||||
if (!size_high && !size_low)
|
if (!size_high && !size_low)
|
||||||
{
|
{
|
||||||
SetLastError( ERROR_INVALID_PARAMETER );
|
SetLastError( ERROR_INVALID_PARAMETER );
|
||||||
|
|
Loading…
Reference in New Issue