[ODBC32]
[reactos.git] / reactos / dll / win32 / odbc32 / odbc32.rbuild
index 6a71d3d..30d8de7 100644 (file)
@@ -1,13 +1,13 @@
 <?xml version="1.0"?>
 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
 <group>
-<module name="odbc32" type="win32dll" baseaddress="${BASEADDRESS_ODBC32}" installbase="system32" installname="odbc32.dll" allowwarnings="true" >
+<module name="odbc32" type="win32dll" baseaddress="${BASEADDRESS_ODBC32}" installbase="system32" installname="odbc32.dll" crt="msvcrt">
        <importlibrary definition="odbc32.spec" />
        <include base="odbc32">.</include>
        <include base="ReactOS">include/reactos/wine</include>
        <define name="__WINESRC__" />
        <library>wine</library>
-       <library>kernel32</library>
+       <library>advapi32</library>
        <file>proxyodbc.c</file>
 </module>
-</group>
+</group>
\ No newline at end of file