Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Message-ID: <12F176DD950ED411B68E0050DA14ED1033875E@jupiter.gunzphoto.com.au> From: Neil Lunn To: "'Charles S. Wilson'" , "Larry Hall (RFK Partners, Inc)" Cc: Jim Hall , cygwin AT cygwin DOT com Subject: RE: Building PERL modules [Was: Re: Any resolution to win32.h pro blem?] Date: Mon, 30 Apr 2001 13:21:28 +1000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2448.0) Content-Type: text/plain; charset="iso-8859-1" > -----Original Message----- > From: Charles S. Wilson [mailto:cwilson AT ece DOT gatech DOT edu] > Sent: Saturday, April 28, 2001 8:03 AM > To: Larry Hall (RFK Partners, Inc) > Cc: Jim Hall; cygwin AT cygwin DOT com > Subject: Building PERL modules [Was: Re: Any resolution to win32.h > problem?] > And, FWIW, "win32.h" is a file within the perl source dist and should > only be used for native windows builds of perl, not for cygwin. It is > NOT a part of the "normal" windows API. > > --Chuck And as "win32.h" is only pulled in where WIN32 is a defined symbol the stanard follows on all XS code for "Win32'ish" modules for perl. #ifdef __CYGWIN__ # undef WIN32 /* don't use this with Cygwin and Perl */ #endif Neil > > -- > Want to unsubscribe from this list? > Check out: http://cygwin.com/ml/#unsubscribe-simple > __________________________________________________________________________ Please Note : Only the intended recipient is authorised to access or use this e-mail. If you are not the intended recipient, please delete this e-mail and notify the sender immediately. The contents of this e-mail are the writer's opinion and are not necessarily endorsed by the Gunz Companies unless expressly stated. We use virus scanning software but exclude all liability for viruses or similar in any attachment. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple