mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 08:15:41 +00:00
export AlphaBlend(), GradientFill() and TransparentBlt() as STDCALL
svn path=/trunk/; revision=11743
This commit is contained in:
parent
ad4cf3bf0b
commit
d23655f8c4
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
LIBRARY msimg32.dll
|
LIBRARY msimg32.dll
|
||||||
EXPORTS
|
EXPORTS
|
||||||
AlphaBlend=GDI32.GdiAlphaBlend @1
|
AlphaBlend@44=GDI32.GdiAlphaBlend @1
|
||||||
DllInitialize=DllMain@12 @2
|
DllInitialize=DllMain@12 @2
|
||||||
GradientFill=GDI32.GdiGradientFill @3
|
GradientFill@24=GDI32.GdiGradientFill @3
|
||||||
TransparentBlt=GDI32.GdiTransparentBlt @4
|
TransparentBlt@44=GDI32.GdiTransparentBlt @4
|
||||||
vSetDdrawflag@0 @5
|
vSetDdrawflag@0 @5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue