projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
7b9ffbe
)
I think #29060 / #29073 missed this
Steve Hay [Thu, 30 Nov 2006 09:45:47 +0000 (09:45 +0000)]
p4raw-id: //depot/perl@29424
win32/win32.c
patch
|
blob
|
blame
|
history
win32/wince.c
patch
|
blob
|
blame
|
history
diff --git
a/win32/win32.c
b/win32/win32.c
index
31a54a9
..
a7c409f
100644
(file)
--- a/
win32/win32.c
+++ b/
win32/win32.c
@@
-4902,8
+4902,10
@@
Perl_win32_init(int *argcp, char ***argvp)
void
Perl_win32_term(void)
{
+ dTHX;
HINTS_REFCNT_TERM;
OP_REFCNT_TERM;
+ PERLIO_TERM;
MALLOC_TERM;
}
diff --git
a/win32/wince.c
b/win32/wince.c
index
52d9507
..
846a33b
100644
(file)
--- a/
win32/wince.c
+++ b/
win32/wince.c
@@
-2660,8
+2660,10
@@
Perl_win32_init(int *argcp, char ***argvp)
DllExport void
Perl_win32_term(void)
{
+ dTHX;
HINTS_REFCNT_TERM;
OP_REFCNT_TERM;
+ PERLIO_TERM;
MALLOC_TERM;
}