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


Reply via email to