<html>
<head>
<style>
<!--
body { background-color:#ffffff }
.file { border:1px solid #eeeeee; margin-top:1em; margin-bottom:1em }
.pathname { font-family:monospace; float:right }
.fileheader { margin-bottom:.5em }
.diff { margin:0 }
.tasklist { padding:4px; border:1px dashed #000000; margin-top:1em }
.tasklist ul { margin-top:0; margin-bottom:0 }
tr.alt { background-color:#eeeeee }
#added { background-color:#ddffdd }
#addedchars { background-color:#99ff99; font-weight:bolder }
tr.alt #added { background-color:#ccf7cc }
#removed { background-color:#ffdddd }
#removedchars { background-color:#ff9999; font-weight:bolder }
tr.alt #removed { background-color:#f7cccc }
#info { color:#888888 }
#context { background-color:#eeeeee }
td {padding-left:.3em; padding-right:.3em }
tr.head { border-bottom-width:1px; border-bottom-style:solid }
tr.head td { padding:0; padding-top:.2em }
.task { background-color:#ffff00 }
.comment { padding:4px; border:1px dashed #000000; background-color:#ffffdd }
.error { color:red }
hr { border-width:0px; height:2px; background:black }
-->
</style>
</head>
<body>
<pre class="comment">Branch setupapi</pre><pre class="diff" id="added">Added: branches/xmlbuildsystem/reactos/lib/setupapi/
Added: branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml
</pre><hr /><div class="file">
<div class="fileheader"><big><b>Copied: branches/xmlbuildsystem/reactos/lib/setupapi</b> (from rev 12735, trunk/reactos/lib/setupapi)</big></div>
</div>
</div>
<hr /><div class="file">
<div class="fileheader"><big><b>Added: branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml</b></big></div>
<pre class="diff"><small id="info">--- trunk/reactos/lib/setupapi/setupapi.xml        2005-01-02 20:12:17 UTC (rev 12735)
+++ branches/xmlbuildsystem/reactos/lib/setupapi/setupapi.xml        2005-02-12 16:11:43 UTC (rev 13508)
@@ -0,0 +1,33 @@
</small></pre><pre class="diff" id="added">+&lt;module name=&quot;setupapi&quot; type=&quot;win32dll&quot;&gt;
+        &lt;dependency&gt;winebuild&lt;/dependency&gt;
+        &lt;importlibrary definition=&quot;setupapi.spec.def&quot; /&gt;
+        &lt;include base=&quot;setupapi&quot;&gt;.&lt;/include&gt;
+        &lt;include base=&quot;ReactOS&quot;&gt;include/wine&lt;/include&gt;
+        &lt;define name=&quot;UNICODE&quot; /&gt;
+        &lt;define name=&quot;_UNICODE&quot; /&gt;
+        &lt;define name=&quot;__REACTOS__&quot; /&gt;
+        &lt;define name=&quot;__USE_W32API&quot; /&gt;
+        &lt;define name=&quot;_WIN32_IE&quot;&gt;0x600&lt;/define&gt;
+        &lt;define name=&quot;_WIN32_WINNT&quot;&gt;0x501&lt;/define&gt;
+        &lt;define name=&quot;WINVER&quot;&gt;0x501&lt;/define&gt;
+        &lt;define name=&quot;__WINESRC__&quot; /&gt;
+        &lt;define name=&quot;_SETUPAPI_&quot; /&gt;
+        &lt;library&gt;wine&lt;/library&gt;
+        &lt;library&gt;wine_unicode&lt;/library&gt;
+        &lt;library&gt;ntdll&lt;/library&gt;
+        &lt;library&gt;kernel32&lt;/library&gt;
+        &lt;library&gt;advapi32&lt;/library&gt;
+        &lt;library&gt;user32&lt;/library&gt;
+        &lt;library&gt;rpcrt4&lt;/library&gt;
+        &lt;library&gt;version&lt;/library&gt;
+        &lt;file&gt;devinst.c&lt;/file&gt;
+        &lt;file&gt;dirid.c&lt;/file&gt;
+        &lt;file&gt;diskspace.c&lt;/file&gt;
+        &lt;file&gt;install.c&lt;/file&gt;
+        &lt;file&gt;parser.c&lt;/file&gt;
+        &lt;file&gt;queue.c&lt;/file&gt;
+        &lt;file&gt;setupcab.c&lt;/file&gt;
+        &lt;file&gt;stubs.c&lt;/file&gt;
+        &lt;file&gt;setupapi.rc&lt;/file&gt;
+        &lt;file&gt;setupapi.spec&lt;/file&gt;
+&lt;/module&gt;
</pre>
</div>

</body>
</html>