summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/dosish.h b/dosish.h
index 1b251ef310..19eb5e8068 100644
--- a/dosish.h
+++ b/dosish.h
@@ -94,12 +94,9 @@ void Perl_DJGPP_init();
#ifndef WIN32
# define Stat(fname,bufptr) stat((fname),(bufptr))
#else
-# define Stat(fname,bufptr) win32_stat((fname),(bufptr))
-# define my_getenv(var) getenv(var)
/*
- * the following are standard library calls (stdio in particular)
- * that is being redirected to the perl DLL. This is needed for
- * Dynaloading any modules that called stdio functions
+ * This provides a layer of functions and macros to ensure extensions will
+ * get to use the same RTL functions as the core.
*/
# include <win32iop.h>
#endif /* WIN32 */