p4raw-id: //depot/ansiperl@332
#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,