summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-11-12 22:26:39 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-11-12 22:26:39 +0000
commitf3986ebb5fa156b34b51584d78a10d0d906dbcd6 (patch)
tree978bf967fd1dc1c93b3c666bb8056233359c2b03 /dosish.h
parente5fcb9beecf02e9b386345e7195a35452a87bc68 (diff)
downloadperl-f3986ebb5fa156b34b51584d78a10d0d906dbcd6.tar.gz
More cleanups of win32/win32*.[ch] files. win32/win32iop.h now
contains the all the declarations and macros for the win32io layer. New std-ish functions are exported now. All win32-specific exported functions begin with "win32_" consistently. win32 version of init_os_extras() is now exported, so embedders can get the in-core xsubs. p4raw-id: //depot/win32/perl@244
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 */