Autosyncing with Wine
authorThe Wine Synchronizer <winesync@svn.reactos.org>
Tue, 4 Jul 2006 14:17:14 +0000 (14:17 +0000)
committerThe Wine Synchronizer <winesync@svn.reactos.org>
Tue, 4 Jul 2006 14:17:14 +0000 (14:17 +0000)
svn path=/trunk/; revision=22833

reactos/dll/win32/riched32/riched32.rbuild

index 24eca30..80ae80e 100644 (file)
@@ -1,17 +1,18 @@
-<module name="riched32" type="win32dll" baseaddress="${BASEADDRESS_RICHED32}" installbase="system32" installname="riched32.dll">
+<module name="riched32" type="win32dll" baseaddress="${BASEADDRESS_RICHED32}" installbase="system32" installname="riched32.dll" allowwarnings="true">
        <importlibrary definition="riched32.spec.def" />
        <include base="riched32">.</include>
        <include base="ReactOS">include/reactos/wine</include>
        <define name="__REACTOS__" />
+       <define name="__WINESRC__" />
        <define name="__USE_W32API" />
        <define name="_WIN32_IE">0x600</define>
        <define name="_WIN32_WINNT">0x501</define>
        <define name="WINVER">0x501</define>
        <library>wine</library>
-       <library>ntdll</library>
-       <library>kernel32</library>
-       <library>user32</library>
        <library>riched20</library>
+       <library>user32</library>
+       <library>kernel32</library>
+       <library>ntdll</library>
        <file>richedit.c</file>
        <file>riched32.spec</file>
 </module>