[ros-diffs] [greatlrd] 15673: fix expand.exe compile and include on the bootcd

greatlrd at svn.reactos.com greatlrd at svn.reactos.com
Sun May 29 22:58:39 CEST 2005


fix expand.exe compile and include on the bootcd
Modified: trunk/reactos/bootdata/packages/reactos.dff
Modified: trunk/reactos/subsys/system/directory.xml
Modified: trunk/reactos/subsys/system/expand/expand.c
  _____  

Modified: trunk/reactos/bootdata/packages/reactos.dff
--- trunk/reactos/bootdata/packages/reactos.dff	2005-05-29 20:49:56 UTC
(rev 15672)
+++ trunk/reactos/bootdata/packages/reactos.dff	2005-05-29 20:58:38 UTC
(rev 15673)
@@ -170,6 +170,7 @@

 subsys\system\winefile\winefile.exe     1
 subsys\system\dhcp\dhcp.exe             1
 subsys\system\sm\sm.exe                 1
+subsys\system\expand\expand.exe         1
 services\eventlog\eventlog.exe          1
 services\rpcss\rpcss.exe                1
 services\umpnpmgr\umpnpmgr.exe          1
  _____  

Modified: trunk/reactos/subsys/system/directory.xml
--- trunk/reactos/subsys/system/directory.xml	2005-05-29 20:49:56 UTC
(rev 15672)
+++ trunk/reactos/subsys/system/directory.xml	2005-05-29 20:58:38 UTC
(rev 15673)
@@ -10,6 +10,9 @@

 <directory name="dhcp">
 	<xi:include href="dhcp/dhcp.xml" />
 </directory>
+<directory name="expand">
+	<xi:include href="expand/expand.xml" />
+</directory>
 <directory name="explorer">
 	<xi:include href="explorer/explorer.xml" />
 </directory>
  _____  

Modified: trunk/reactos/subsys/system/expand/expand.c
--- trunk/reactos/subsys/system/expand/expand.c	2005-05-29 20:49:56 UTC
(rev 15672)
+++ trunk/reactos/subsys/system/expand/expand.c	2005-05-29 20:58:38 UTC
(rev 15673)
@@ -26,7 +26,7 @@

 
 #include "resource.h"
 
-_tmain(int argc, TCHAR *argv[])
+int _tmain(int argc, TCHAR *argv[])
 {
   OFSTRUCT SourceOpenStruct1, SourceOpenStruct2;
   LONG ret;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050529/dc88be03/attachment.html


More information about the Ros-diffs mailing list