summaryrefslogtreecommitdiff
path: root/win32/wince.c
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2007-06-07 11:48:47 +0000
committerSteve Hay <SteveHay@planit.com>2007-06-07 11:48:47 +0000
commitd1a8253e39cd846de74220a6e911461d2a431d3a (patch)
treef680e6bce0a16af19c92a50d9616e1c97dc8b98f /win32/wince.c
parentc6f8b1d0e0749fa67e4e8a0807f0aae773f2ecf8 (diff)
downloadperl-d1a8253e39cd846de74220a6e911461d2a431d3a.tar.gz
Stop VC++ from warning "all references to 'SHELL32.dll' discarded
by /OPT:REF" by removing the only reference to a SHELL32.dll function (namely, CommandLineToArgvW(), called from win32_argv2utf8(), which isn't actually used anywhere so delete it). That then caused the warning "/DELAYLOAD:shell32.dll ignored; no imports found from shell32.dll", so remove that /DELAYLOAD option too. p4raw-id: //depot/perl@31347
Diffstat (limited to 'win32/wince.c')
-rw-r--r--win32/wince.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/win32/wince.c b/win32/wince.c
index 846a33b800..f5736b30b0 100644
--- a/win32/wince.c
+++ b/win32/wince.c
@@ -2844,14 +2844,6 @@ win32_free_argvw(pTHX_ void *ptr)
}
}
-void
-win32_argv2utf8(int argc, char** argv)
-{
- /* do nothing, since we're not aware of command line arguments
- * currently ...
- */
-}
-
#if 0
void
Perl_sys_intern_clear(pTHX)