25.01.2014, 17:34, "LRN" <[email protected]>: > This is why wrappers may still have to remain. Sprinkling W32-specific > code all over MHD is not something grothoff will appreciate, i'm sure. > Wrappers move W32-specific parts into separate source file, and look > the actual MHD code look at least a bit sane.
Code can be rewritten as platform-agnostic. Not much work is required for it. Only two places with noticeable amount of win32 code: VirtualAlloc instead of mmap and pipe/socketpair. That's all. Evgeny
