- Fix setupldr. Thanks to Steven.
Modified: trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
Modified: trunk/reactos/boot/freeldr/freeldr/setupldr.xml
Modified: trunk/reactos/boot/freeldr/freeldr/setupldr_main.xml
_____
Modified: trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
--- trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
2005-11-13 06:05:06 UTC (rev 19192)
+++ trunk/reactos/boot/freeldr/freeldr/include/freeldr.h
2005-11-13 06:09:37 UTC (rev 19193)
@@ -36,6 +36,7 @@
#include <cache.h>
#include <machine.h>
#include <inifile.h>
+#include <inffile.h>
#include <video.h>
#include <portio.h>
#include <reactos.h>
_____
Modified: trunk/reactos/boot/freeldr/freeldr/setupldr.xml
--- trunk/reactos/boot/freeldr/freeldr/setupldr.xml 2005-11-13
06:05:06 UTC (rev 19192)
+++ trunk/reactos/boot/freeldr/freeldr/setupldr.xml 2005-11-13
06:09:37 UTC (rev 19193)
@@ -5,4 +5,6 @@
<library>freeldr_base</library>
<library>setupldr_main</library>
<library>rossym</library>
+ <library>string</library>
+ <library>rtl</library>
</module>
_____
Modified: trunk/reactos/boot/freeldr/freeldr/setupldr_main.xml
--- trunk/reactos/boot/freeldr/freeldr/setupldr_main.xml
2005-11-13 06:05:06 UTC (rev 19192)
+++ trunk/reactos/boot/freeldr/freeldr/setupldr_main.xml
2005-11-13 06:09:37 UTC (rev 19193)
@@ -14,4 +14,5 @@
<directory name="reactos">
<file>setupldr.c</file>
</directory>
+ <pch>include/freeldr.h</pch>
</module>