sync with trunk head (34904)
[reactos.git] / reactos / dll / win32 / advapi32 / advapi32.rbuild
index 8ca94fe..2907bed 100644 (file)
@@ -1,6 +1,6 @@
-<module name="advapi32" type="win32dll" baseaddress="${BASEADDRESS_ADVAPI32}" installbase="system32" installname="advapi32.dll">
+<module name="advapi32" type="win32dll" baseaddress="${BASEADDRESS_ADVAPI32}" installbase="system32" installname="advapi32.dll" unicode="yes">
 
-       <importlibrary definition="advapi32.def" />
+       <importlibrary definition="advapi32.spec.def" />
        <include base="advapi32">.</include>
        <include base="scm_client">.</include>
        <include base="lsa_client">.</include>
@@ -8,19 +8,19 @@
        <define name="WINVER">0x600</define>
        <define name="_WIN32_IE">0x0500</define>
        <define name="_WIN32_WINNT">0x0600</define>
-       <define name="UNICODE"></define>
-       <define name="_UNICODE"></define>
        <library>scm_client</library>
        <library>lsa_client</library>
        <library>eventlog_client</library>
-       <library>ntdll</library>
        <library>rpcrt4</library>
        <library>wine</library>
        <library>kernel32</library>
        <library>pseh</library>
+       <library>ntdll</library>
        <pch>advapi32.h</pch>
+       <file>advapi32.spec</file>
        <directory name="crypt">
                        <file>crypt.c</file>
+                       <file>crypt_arc4.c</file>
                        <file>crypt_des.c</file>
                        <file>crypt_lmhash.c</file>
                        <file>crypt_md4.c</file>