mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 15:10:53 +00:00
2199ae9003
svn path=/trunk/; revision=26010
9 lines
354 B
Ruby
9 lines
354 B
Ruby
<module name="palbitblt" type="win32gui" installbase="bin" installname="palbitblt.exe" allowwarnings="true" 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>pal.c</file>
|
|
</module>
|