mirror of
https://github.com/reactos/reactos.git
synced 2025-01-10 08:10:18 +00:00
Autosyncing with Wine
svn path=/trunk/; revision=22833
This commit is contained in:
parent
a40ef44f44
commit
17984c4182
1 changed files with 5 additions and 4 deletions
|
@ -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" />
|
<importlibrary definition="riched32.spec.def" />
|
||||||
<include base="riched32">.</include>
|
<include base="riched32">.</include>
|
||||||
<include base="ReactOS">include/reactos/wine</include>
|
<include base="ReactOS">include/reactos/wine</include>
|
||||||
<define name="__REACTOS__" />
|
<define name="__REACTOS__" />
|
||||||
|
<define name="__WINESRC__" />
|
||||||
<define name="__USE_W32API" />
|
<define name="__USE_W32API" />
|
||||||
<define name="_WIN32_IE">0x600</define>
|
<define name="_WIN32_IE">0x600</define>
|
||||||
<define name="_WIN32_WINNT">0x501</define>
|
<define name="_WIN32_WINNT">0x501</define>
|
||||||
<define name="WINVER">0x501</define>
|
<define name="WINVER">0x501</define>
|
||||||
<library>wine</library>
|
<library>wine</library>
|
||||||
<library>ntdll</library>
|
|
||||||
<library>kernel32</library>
|
|
||||||
<library>user32</library>
|
|
||||||
<library>riched20</library>
|
<library>riched20</library>
|
||||||
|
<library>user32</library>
|
||||||
|
<library>kernel32</library>
|
||||||
|
<library>ntdll</library>
|
||||||
<file>richedit.c</file>
|
<file>richedit.c</file>
|
||||||
<file>riched32.spec</file>
|
<file>riched32.spec</file>
|
||||||
</module>
|
</module>
|
||||||
|
|
Loading…
Reference in a new issue