summaryrefslogtreecommitdiff
path: root/win32/makedef.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-06-27 14:28:49 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-06-27 14:28:49 +0000
commit0cb9638729211ea71a75ae8756c03ba21553bd53 (patch)
treef00e767824d620a63a26a857b6a37fcb6945f89d /win32/makedef.pl
parent4f4e629e089f1120f8e94984281df06ac4f885c5 (diff)
downloadperl-0cb9638729211ea71a75ae8756c03ba21553bd53.tar.gz
somewhat untested PERL_OBJECT cleanups (C++isms mostly
gone from the public API); PERL_OBJECT builds again on windows TODO: namespace-clean the typedefs in iperlsys.h and elsewhere; remove C++ remnants from public headers p4raw-id: //depot/perl@3553
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r--win32/makedef.pl10
1 files changed, 10 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl
index 2071220e20..f95d3747ed 100644
--- a/win32/makedef.pl
+++ b/win32/makedef.pl
@@ -29,6 +29,15 @@ if ($define{PERL_OBJECT}) {
print "DESCRIPTION 'Perl interpreter'\n";
print "EXPORTS\n";
output_symbol("perl_alloc");
+ output_symbol("perl_get_host_info");
+ output_symbol("perl_alloc_using");
+ output_symbol("perl_construct");
+ output_symbol("perl_destruct");
+ output_symbol("perl_free");
+ output_symbol("perl_parse");
+ output_symbol("perl_run");
+ output_symbol("RunPerl");
+ output_symbol("GetPerlInterpreter");
exit(0);
}
@@ -467,6 +476,7 @@ win32_seekdir
win32_rewinddir
win32_closedir
win32_longpath
+win32_os_id
Perl_win32_init
Perl_init_os_extras
Perl_getTHR