Heap* in memory/heap.c

Michal Janusz Miroslaw M.Miroslaw at elka.pw.edu.pl
Fri Jan 17 20:00:04 CST 2003


  While checking why my new shiny man pages for HeapAlloc and friends
didn't get generated, I found something weird.
  The functions HeapAlloc, HeapFree, (...) are redirected to ntdll
equivalents RtlAllocateHeap, RtlFreeHeap, (...). There are more functions
that are of return RtlXXX(args); type but are not forwarded in
kernel32.spec.
  My questions:
* Should the forwardings be added for the rest of functions ?
* What about documenting them (and changing c2man.pl to support it) ?

  -- Michal Miroslaw




More information about the wine-devel mailing list