added missing shell32.lib Modified: trunk/reactos/subsys/system/winver/winver.xml _____
Modified: trunk/reactos/subsys/system/winver/winver.xml --- trunk/reactos/subsys/system/winver/winver.xml 2005-10-18 23:43:51 UTC (rev 18579) +++ trunk/reactos/subsys/system/winver/winver.xml 2005-10-18 23:48:37 UTC (rev 18580) @@ -5,5 +5,6 @@
<define name="_UNICODE" /> <define name="_WIN32_IE">0x501</define> <define name="_WIN32_WINNT">0x0501</define> - <file>winver.c</file> + <library>shell32</library> + <file>winver.c</file> </module>