This is the mail archive of the cygwin@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]