* lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points

from here...
	* lib/gdo32.dll: ...to here.
This commit is contained in:
Corinna Vinschen 2009-07-21 09:39:02 +00:00
parent b48215aae0
commit 3a88eb1446
3 changed files with 8 additions and 2 deletions

View File

@ -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> 2009-07-01 Corinna Vinschen <corinna@vinschen.de>
* lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8, * lib/comctl32.def (StrCSpnA@8, StrCSpnIA@8, StrCSpnW@8, StrChrA@8,

View File

@ -143,7 +143,9 @@ GetColorAdjustment@8
GetColorSpace@4 GetColorSpace@4
GetCurrentObject@8 GetCurrentObject@8
GetCurrentPositionEx@8 GetCurrentPositionEx@8
GetDCBrushColor@4
GetDCOrgEx@8 GetDCOrgEx@8
GetDCPenColor@4
GetDIBColorTable@16 GetDIBColorTable@16
GetDIBits@28 GetDIBits@28
GetDeviceCaps@8 GetDeviceCaps@8

View File

@ -1,7 +1,5 @@
LIBRARY MSIMG32.DLL LIBRARY MSIMG32.DLL
EXPORTS EXPORTS
AlphaBlend@44 AlphaBlend@44
GetDCBrushColor@4
GetDCPenColor@4
GradientFill@24 GradientFill@24
TransparentBlt@44 TransparentBlt@44