* lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
from here... * lib/gdo32.dll: ...to here.
This commit is contained in:
parent
b48215aae0
commit
3a88eb1446
@ -1,3 +1,9 @@
|
||||
2009-07-21 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
|
||||
from here...
|
||||
* lib/gdo32.dll: ...to here.
|
||||
|
||||
2009-07-01 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,
|
||||
|
@ -143,7 +143,9 @@ GetColorAdjustment@8
|
||||
GetColorSpace@4
|
||||
GetCurrentObject@8
|
||||
GetCurrentPositionEx@8
|
||||
GetDCBrushColor@4
|
||||
GetDCOrgEx@8
|
||||
GetDCPenColor@4
|
||||
GetDIBColorTable@16
|
||||
GetDIBits@28
|
||||
GetDeviceCaps@8
|
||||
|
@ -1,7 +1,5 @@
|
||||
LIBRARY MSIMG32.DLL
|
||||
EXPORTS
|
||||
AlphaBlend@44
|
||||
GetDCBrushColor@4
|
||||
GetDCPenColor@4
|
||||
GradientFill@24
|
||||
TransparentBlt@44
|
||||
|
Loading…
Reference in New Issue
Block a user