Stop VC++ from warning "all references to 'SHELL32.dll' discarded
authorSteve Hay <SteveHay@planit.com>
Thu, 7 Jun 2007 11:48:47 +0000 (11:48 +0000)
committerSteve Hay <SteveHay@planit.com>
Thu, 7 Jun 2007 11:48:47 +0000 (11:48 +0000)
commitd1a8253e39cd846de74220a6e911461d2a431d3a
treef680e6bce0a16af19c92a50d9616e1c97dc8b98f
parentc6f8b1d0e0749fa67e4e8a0807f0aae773f2ecf8
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
win32/Makefile
win32/makefile.mk
win32/win32.c
win32/win32.h
win32/wince.c