McNulty Junior Bobby wrote:
> 
> If I could redesigh Csound i would use "#include
> <windows.h>"
> that way, it would all be taken care of.

Porting a package means (almost always) modifying *THAT PACKAGE*.  Only
rarely does it involve modifying the PLATFORM.  

You want to add:

#ifdef __CYGWIN__
#include <windows.h>
#endif

to the main csound header file.

--Chuck

--
Want to unsubscribe from this list?
Send a message to [EMAIL PROTECTED]

Reply via email to