use a .spec file and fix the export ordinals
[reactos.git] / reactos / lib / devmgr / devmgr.xml
index 12caf9b..c7435dd 100644 (file)
@@ -1,6 +1,6 @@
 <module name="devmgr" type="win32dll" baseaddress="${BASEADDRESS_DEVENUM}" installbase="system32" installname="devmgr.dll" allowwarnings="true">
-       <importlibrary definition="devmgr.def" />
        <include base="devmgr">.</include>
+       <importlibrary definition="devmgr.spec.def" />
        <define name="UNICODE" />
        <define name="_UNICODE" />
        <define name="__REACTOS__" />
@@ -19,5 +19,6 @@
        <file>hwpage.c</file>
        <file>misc.c</file>
        <file>stubs.c</file>
+       <file>devmgr.spec</file>
        <pch>precomp.h</pch>
 </module>
\ No newline at end of file