Commit 79b6351c authored by Alexandre Julliard's avatar Alexandre Julliard

kernel32: Add the TlsAlloc/FreeInternal entry points.

parent b769c912
......@@ -1095,9 +1095,9 @@
@ stdcall Thread32Next(long ptr)
@ stdcall -i386 -private ThunkConnect32(ptr str str str ptr ptr) krnl386.exe16.ThunkConnect32
@ stdcall TlsAlloc()
@ stub TlsAllocInternal
@ stdcall TlsAllocInternal() TlsAlloc
@ stdcall TlsFree(long)
@ stub TlsFreeInternal
@ stdcall TlsFreeInternal(long) TlsFree
@ stdcall TlsGetValue(long)
@ stdcall TlsSetValue(long ptr)
@ stdcall Toolhelp32ReadProcessMemory(long ptr ptr long ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment