Do not define __REACTOS__ twice
[reactos.git] / reactos / dll / win32 / usp10 / usp10.rbuild
1 <module name="usp10" type="win32dll" entrypoint="0" installbase="system32" installname="usp10.dll" allowwarnings ="true">
2 <importlibrary definition="usp10.spec.def" />
3 <include base="usp10">.</include>
4 <include base="ReactOS">include/reactos/wine</include>
5 <define name="UNICODE" />
6 <define name="_UNICODE" />
7 <define name="__USE_W32API" />
8 <define name="_WIN32_IE">0x600</define>
9 <define name="_WIN32_WINNT">0x501</define>
10 <define name="WINVER">0x501</define>
11 <library>wine</library>
12 <library>uuid</library>
13 <library>ntdll</library>
14 <library>kernel32</library>
15 <library>user32</library>
16 <library>gdi32</library>
17 <file>usp10.c</file>
18 <file>usp10.spec</file>
19 </module>