mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
861ae4bcca
svn path=/trunk/; revision=23957
9 lines
344 B
Ruby
9 lines
344 B
Ruby
<module name="stretchblt" type="win32gui" installbase="bin" installname="stretchblt.exe" stdlib="host">
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
<define name="__USE_W32API" />
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<file>stretchblt.cpp</file>
|
|
</module>
|