summaryrefslogtreecommitdiff
path: root/win32/win32iop.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-02 16:33:53 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-02 16:33:53 +0000
commitce2e26e5241106fdc6be13dce6382284ae195152 (patch)
tree6cb132c07464eeed06bc75221bbbaf9506725308 /win32/win32iop.h
parent6a0deba8537181f0c697c91c2e093de6e8388d91 (diff)
downloadperl-ce2e26e5241106fdc6be13dce6382284ae195152.tar.gz
export opendir() set of functions on win32
p4raw-id: //depot/perl@1273
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r--win32/win32iop.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h
index 6f4444eb3b..b22a1870a9 100644
--- a/win32/win32iop.h
+++ b/win32/win32iop.h
@@ -262,6 +262,13 @@ END_EXTERN_C
#define waitpid win32_waitpid
#define kill win32_kill
+#define opendir win32_opendir
+#define readdir win32_readdir
+#define telldir win32_telldir
+#define seekdir win32_seekdir
+#define rewinddir win32_rewinddir
+#define closedir win32_closedir
+
#ifdef HAVE_DES_FCRYPT
#undef crypt
#define crypt win32_crypt