mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
10 lines
316 B
XML
10 lines
316 B
XML
|
<module name="alphablend" type="win32gui" installbase="system32" installname="alphablend.exe">
|
||
|
<define name="_WIN32_IE">0x0501</define>
|
||
|
<define name="_WIN32_WINNT">0x0501</define>
|
||
|
<define name="__USE_W32API" />
|
||
|
|
||
|
<library>kernel32</library>
|
||
|
<library>gdi32</library>
|
||
|
|
||
|
<file>alphablend.c</file>
|
||
|
</module>
|