Author: cfinck
Date: Sun May 18 06:08:11 2008
New Revision: 33572
URL:
http://svn.reactos.org/svn/reactos?rev=33572&view=rev
Log:
Oops, forgot to link to shlwapi now that we use PathAppend.
Modified:
trunk/reactos/base/applications/regedt32/regedt32.rbuild
Modified: trunk/reactos/base/applications/regedt32/regedt32.rbuild
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/regedt32…
==============================================================================
--- trunk/reactos/base/applications/regedt32/regedt32.rbuild [iso-8859-1] (original)
+++ trunk/reactos/base/applications/regedt32/regedt32.rbuild [iso-8859-1] Sun May 18
06:08:11 2008
@@ -4,6 +4,7 @@
<include base="regedt32">.</include>
<library>kernel32</library>
<library>shell32</library>
+ <library>shlwapi</library>
<file>regedt32.c</file>
<file>resource.rc</file>
</module>