ARGH! Getting "'DWORD' undeclared ..." when buiilding from source - did I break something?

Charles S. Wilson cwilson@ece.gatech.edu
Sat Dec 2 12:07:00 GMT 2000


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 cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list