- Move atsmedia.h to PSDK, introduce pragma once and remove the comments block and...
[reactos.git] / dll / win32 / hid / hid.rbuild
index b37a2d9..8770a69 100644 (file)
@@ -1,11 +1,7 @@
 <module name="hid" type="win32dll" baseaddress="${BASEADDRESS_HID}" installbase="system32" installname="hid.dll" unicode="yes">
-       <importlibrary definition="hid.def" />
+       <importlibrary definition="hid.spec" />
        <include base="hid">.</include>
-       <define name="_WIN32_IE">0x0500</define>
-       <define name="_WIN32_WINNT">0x0600</define>
-       <define name="WINVER">0x0600</define>
        <library>ntdll</library>
-       <library>kernel32</library>
        <file>hid.c</file>
        <file>stubs.c</file>
        <file>hid.rc</file>