> Your assumption is correct. All I need is what you described:
> #ifdef __CYGWIN__
> to
> #if defined(__CYGWIN__) || defined(N_PLAT_NLM)
Great. I'll include that in a set of patches I'm working on.
> Sorry that the patchfile didn't include the context. I will make sure that this
> doesn't happen any more.
No problem. Thanks for the patch!
- Thomas