From f3986ebb5fa156b34b51584d78a10d0d906dbcd6 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Wed, 12 Nov 1997 22:26:39 +0000 Subject: 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 --- win32/makedef.pl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win32/makedef.pl') 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 -- cgit v1.2.1