started implementation of device driver installation wizard
[reactos.git] / reactos / lib / newdev / newdev.xml
index 79e5440..ebf81e7 100644 (file)
@@ -1,5 +1,7 @@
 <module name="newdev" type="win32dll" installbase="system32" installname="newdev.dll">
        <include base="newdev">.</include>
+       <define name="UNICODE" />
+       <define name="_UNICODE" />
        <importlibrary definition="newdev.def" />
        <define name="_WIN32_IE">0x0600</define>
        <define name="_WIN32_WINNT">0x0501</define>