| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <3A295679.D6664A6A@ece.gatech.edu> |
| Date: | Sat, 02 Dec 2000 15:07:21 -0500 |
| From: | "Charles S. Wilson" <cwilson AT ece DOT gatech DOT edu> |
| X-Mailer: | Mozilla 4.75 [en] (WinNT; U) |
| X-Accept-Language: | en |
| MIME-Version: | 1.0 |
| To: | McNulty Junior Bobby <bmcnultyjunior AT yahoo DOT com> |
| CC: | "Larry Hall (RFK Partners, Inc)" <lhall AT rfk DOT com>, |
| Andreas Eibach <a DOT eibach AT gmx DOT net>, cygwin AT sources DOT redhat DOT com | |
| Subject: | Re: ARGH! Getting "'DWORD' undeclared ..." when buiilding from source - |
| did I break something? | |
| References: | <20001202193645 DOT 27714 DOT qmail AT web5505 DOT mail DOT yahoo DOT com> |
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 AT sourceware DOT cygnus DOT com
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |