Fix CreateFileMappingA
This commit is contained in:
parent
919177073c
commit
f8aeae4ed1
1 changed files with 1 additions and 1 deletions
|
|
@ -635,7 +635,7 @@ HANDLE CreateFileMappingA(HANDLE hFile, LPSECURITY_ATTRIBUTES lpFileMappingAttri
|
|||
DWORD dwMaximumSizeHigh, DWORD dwMaximumSizeLow, LPCSTR lpName)
|
||||
{
|
||||
DUMMY();
|
||||
return false;
|
||||
return NULL;
|
||||
}
|
||||
|
||||
LPVOID MapViewOfFile(HANDLE hFileMappingObject, DWORD dwDesiredAccess, DWORD dwFileOffsetHigh,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue