mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 12:29:56 +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
|
||||
EXPORTS
|
||||
AlphaBlend=GDI32.GdiAlphaBlend @1
|
||||
AlphaBlend@44=GDI32.GdiAlphaBlend @1
|
||||
DllInitialize=DllMain@12 @2
|
||||
GradientFill=GDI32.GdiGradientFill @3
|
||||
TransparentBlt=GDI32.GdiTransparentBlt @4
|
||||
GradientFill@24=GDI32.GdiGradientFill @3
|
||||
TransparentBlt@44=GDI32.GdiTransparentBlt @4
|
||||
vSetDdrawflag@0 @5
|
||||
|
|
Loading…
Reference in a new issue