Link to shell32 so we can use CommandLineToArgvW when compiling unicode. Thanks to Usurp for finding the problem.

svn path=/trunk/; revision=23939
This commit is contained in:
Brandon Turner 2006-09-06 21:17:23 +00:00
parent 29a8ffa699
commit 80562db631

View file

@ -70,6 +70,7 @@
<library>cmd_base</library>
<library>kernel32</library>
<library>advapi32</library>
<library>shell32</library>
<library>user32</library>
<file>main.c</file>
<file>cmd.rc</file>