- Small fix for Russian translation
[reactos.git] / reactos / dll / cpl / hdwwiz / hdwwiz.rbuild
index 7df49f5..0a36d90 100644 (file)
@@ -1,14 +1,12 @@
-<module name="hdwwiz" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_HDWWIZ}" installbase="system32" installname="hdwwiz.cpl">
-       <importlibrary definition="hdwwiz.def" />
+<?xml version="1.0"?>
+<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
+<module name="hdwwiz" type="win32dll" extension=".cpl" baseaddress="${BASEADDRESS_HDWWIZ}" installbase="system32" installname="hdwwiz.cpl" unicode="yes">
+       <importlibrary definition="hdwwiz.spec" />
        <include base="hdwwiz">.</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>
        <library>setupapi</library>
        <library>kernel32</library>
+       <library>comctl32</library>
+       <library>user32</library>
        <file>hdwwiz.c</file>
        <file>hdwwiz.rc</file>
 </module>