mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 19:58:30 +00:00
Add MapViewOfFile3 WIN32 API
This commit is contained in:
parent
130fd66f9e
commit
d5ebb1fa5b
5 changed files with 70 additions and 0 deletions
|
@ -203,6 +203,7 @@ imp 'LoadResource' LoadResource kernel32 2
|
|||
imp 'LocalFree' LocalFree kernel32 1
|
||||
imp 'LockFile' LockFile kernel32 5
|
||||
imp 'LockResource' LockResource kernel32 1
|
||||
imp 'MapViewOfFile3' MapViewOfFile3 kernel32 9
|
||||
imp 'MoveFile' MoveFileW kernel32 2
|
||||
imp 'MultiByteToWideChar' MultiByteToWideChar kernel32 6
|
||||
imp 'OfferVirtualMemory' OfferVirtualMemory kernel32 3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue