summaryrefslogtreecommitdiff
path: root/win32/makedef.pl
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 /win32/makedef.pl
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 'win32/makedef.pl')
-rw-r--r--win32/makedef.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl
index fd2a99cbc1..abc89d848a 100644
--- a/win32/makedef.pl
+++ b/win32/makedef.pl
@@ -395,7 +395,11 @@ win32_malloc
win32_calloc
win32_realloc
win32_free
+win32_sleep
+win32_times
+win32_alarm
win32_open_osfhandle
win32_get_osfhandle
Perl_win32_init
+Perl_init_os_extras
RunPerl