diff options
Diffstat (limited to 'win32/makedef.pl')
-rw-r--r-- | win32/makedef.pl | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/win32/makedef.pl b/win32/makedef.pl index f118aaf215..dfd507a865 100644 --- a/win32/makedef.pl +++ b/win32/makedef.pl @@ -102,6 +102,7 @@ Perl_scan_str Perl_scan_subst Perl_scan_trans Perl_scan_word +Perl_setenv_getix Perl_skipspace Perl_sublex_done Perl_sublex_start @@ -134,6 +135,9 @@ Perl_safexcalloc Perl_safexmalloc Perl_safexfree Perl_safexrealloc +Perl_my_memcmp +Perl_cshlen +Perl_cshname !END!OF!SKIP! # All symbols have a Perl_ prefix because that's what embed.h @@ -210,3 +214,47 @@ win32_inet_ntoa win32_htons win32_ntohs win32_htonl +win32_stat +win32_errno +win32_stderr +win32_stdin +win32_stdout +win32_ferror +win32_feof +win32_strerror +win32_fprintf +win32_printf +win32_vfprintf +win32_fread +win32_fwrite +win32_fopen +win32_fdopen +win32_freopen +win32_fclose +win32_fputs +win32_fputc +win32_ungetc +win32_getc +win32_fileno +win32_clearerr +win32_fflush +win32_ftell +win32_fseek +win32_fgetpos +win32_fsetpos +win32_rewind +win32_tmpfile +win32_abort +win32_fstat +win32_pipe +win32_popen +win32_pclose +win32_setmode +win32_open +win32_close +win32_dup +win32_dup2 +win32_read +win32_write +win32_spawnvpe +win32_spawnle |