mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Make mappings unlimited on NT
This change might also fix fork() in certain cases on NT.
This commit is contained in:
parent
ab64c746cc
commit
34b68f1945
31 changed files with 356 additions and 127 deletions
|
@ -2785,14 +2785,14 @@ imp 'GlobalAddAtomA' GlobalAddAtomA kernel32 815
|
|||
imp 'GlobalAddAtomExA' GlobalAddAtomExA kernel32 816
|
||||
imp 'GlobalAddAtomEx' GlobalAddAtomExW kernel32 817
|
||||
imp 'GlobalAddAtom' GlobalAddAtomW kernel32 818
|
||||
imp 'GlobalAlloc' GlobalAlloc kernel32 0 # KernelBase
|
||||
imp 'GlobalAlloc' GlobalAlloc kernel32 0 2 # KernelBase
|
||||
imp 'GlobalCompact' GlobalCompact kernel32 820
|
||||
imp 'GlobalDeleteAtom' GlobalDeleteAtom kernel32 821
|
||||
imp 'GlobalFindAtomA' GlobalFindAtomA kernel32 822
|
||||
imp 'GlobalFindAtom' GlobalFindAtomW kernel32 823
|
||||
imp 'GlobalFix' GlobalFix kernel32 824
|
||||
imp 'GlobalFlags' GlobalFlags kernel32 825
|
||||
imp 'GlobalFree' GlobalFree kernel32 0 # KernelBase
|
||||
imp 'GlobalFree' GlobalFree kernel32 0 1 # KernelBase
|
||||
imp 'GlobalGetAtomNameA' GlobalGetAtomNameA kernel32 827
|
||||
imp 'GlobalGetAtomName' GlobalGetAtomNameW kernel32 828
|
||||
imp 'GlobalHandle' GlobalHandle kernel32 829
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue