From: Nick Ing-Simmons Date: Sat, 29 Nov 1997 16:21:01 +0000 (+0000) Subject: Integrate win32 into ansiperl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=843ec94e643d29b857d63e836ccd79d1f121b005;p=p5sagit%2Fp5-mst-13.2.git Integrate win32 into ansiperl p4raw-id: //depot/ansiperl@332 --- 843ec94e643d29b857d63e836ccd79d1f121b005 diff --cc perl.h index 665af31,a13fabf..2064bed --- a/perl.h +++ b/perl.h @@@ -2014,14 -2018,14 +2022,25 @@@ END_EXTERN_ #if defined(HASATTRIBUTE) && defined(WIN32) /* * This provides a layer of functions and macros to ensure extensions will + * get to use the same RTL functions as the core. + * It has to go here or #define of printf messes up __attribute__ + * stuff in proto.h + */ + # include + #endif /* WIN32 */ + + ++#if defined(HASATTRIBUTE) && defined(WIN32) ++/* ++ * This provides a layer of functions and macros to ensure extensions will + * get to use the same RTL functions as the core. + * It has to go here or #define of printf messes up __attribute__ + * stuff in proto.h + */ +# include +#endif /* WIN32 */ + + #ifdef DOINIT EXT MGVTBL vtbl_sv = {magic_get,