Integrate win32 into ansiperl
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 29 Nov 1997 16:21:01 +0000 (16:21 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sat, 29 Nov 1997 16:21:01 +0000 (16:21 +0000)
p4raw-id: //depot/ansiperl@332

1  2 
perl.h

diff --cc perl.h
--- 1/perl.h
--- 2/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 <win32iop.h>
+ #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 <win32iop.h>
 +#endif        /* WIN32 */
 +
 +
  #ifdef DOINIT
  
  EXT MGVTBL vtbl_sv =  {magic_get,