win32 build fixes
[p5sagit/p5-mst-13.2.git] / dosish.h
index 57b21b6..4116dec 100644 (file)
--- a/dosish.h
+++ b/dosish.h
@@ -24,9 +24,8 @@
 #    define BIT_BUCKET "nul"
 #  else
 #    ifdef CYGWIN32
-       extern struct _reent *__imp_reent_data; /* global impure pointer */
 #      define PERL_SYS_INIT(c,v)       \
-               MALLOC_INIT; impure_setup(__imp_reent_data);
+               MALLOC_INIT;
 #      define OP_BINARY O_BINARY
 #      define BIT_BUCKET "nul"
 #      define HAS_IOCTL
 #  define HAS_KILL
 #  define HAS_WAIT
 #  define HAS_CHOWN
-/*
- * This provides a layer of functions and macros to ensure extensions will
- * get to use the same RTL functions as the core.
- */
-#  ifndef HASATTRIBUTE
-#    ifndef PERL_OBJECT
-#      include <win32iop.h>
-#    endif
-#  endif
 #endif /* WIN32 */