> 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 happe
Hi Thomas,
thanks for your response.
Your assumption is correct. All I need is what you described:
#ifdef __CYGWIN__
to
#if defined(__CYGWIN__) || defined(N_PLAT_NLM)
Sorry that the patchfile didn't include the context. I will make sure that this
doesn't happen any more.
Ulrich Neumann
Novell W