- Correct the ulAssemblyRosterIndex member of ACTCTX_SECTION_KEYED_DATA -- it is...
[reactos.git] / reactos / dll / win32 / winmm / midimap / midimap.rbuild
index a32ebe0..c7178b5 100644 (file)
@@ -1,14 +1,7 @@
-<module name="midimap" type="win32dll" baseaddress="${BASEADDRESS_MIDIMAP}" installbase="system32" installname="midimap.dll" allowwarnings="true">
-       <importlibrary definition="midimap.spec.def" />
+<module name="midimap" type="win32dll" entrypoint="0" baseaddress="${BASEADDRESS_MIDIMAP}" installbase="system32" installname="midimap.dll" unicode="yes">
+       <importlibrary definition="midimap.spec" />
        <include base="midimap">.</include>
        <include base="ReactOS">include/wine</include>
-       <define name="UNICODE" />
-       <define name="_UNICODE" />
-       <define name="__REACTOS__" />
-       <define name="__USE_W32API" />
-       <define name="_WIN32_IE">0x600</define>
-       <define name="_WIN32_WINNT">0x501</define>
-       <define name="WINVER">0x501</define>
        <library>wine</library>
        <library>uuid</library>
        <library>ntdll</library>
@@ -18,5 +11,4 @@
        <library>winmm</library>
        <file>midimap.c</file>
        <file>midimap.rc</file>
-       <file>midimap.spec</file>
 </module>