summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-29 18:11:34 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-29 18:11:34 +0000
commit729a02f2394e6a50fe8352c9471391b53e54ac40 (patch)
tree2a6312b320ed2281bb204f6b7de63b23d0b66ca7 /win32/win32.h
parent4d6cd4d833a6068f248475b5c22081cd80bd7a5e (diff)
downloadperl-729a02f2394e6a50fe8352c9471391b53e54ac40.tar.gz
utf8-ize @ARGV when -C switch is used on Windows
p4raw-id: //depot/perl@5364
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 6f4c0d061e..a96e20598a 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -321,6 +321,7 @@ extern char * win32_get_privlib(char *pl);
extern char * win32_get_sitelib(char *pl);
extern int IsWin95(void);
extern int IsWinNT(void);
+extern void win32_argv2utf8(pTHX_ int argc, char** argv);
extern char * staticlinkmodules[];