mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
4409645578
- Tests some configurations of DrawIcon and DrawIconEx, highlighting another problem in 32bpp - Reference TransparentBlt and AlphaBlend directly svn path=/trunk/; revision=37640
9 lines
No EOL
293 B
Ruby
9 lines
No EOL
293 B
Ruby
<module name="vbltest" type="win32gui" installbase="bin" installname="vbltest.exe">
|
|
<define name="__USE_W32API" />
|
|
<include base="vbltest">.</include>
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>gdi32</library>
|
|
<file>vbltest.c</file>
|
|
<file>vbltest.rc</file>
|
|
</module> |