Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-07-21 13:39:02 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-07-21 13:39:02 +0400
commit3a88eb14467d483c27058202c2dfe19750e1a4b6 (patch)
treeb15696929fa72df993613f94b23b66402367a9e5 /winsup/w32api
parentb48215aae095e45a366c9630045076c9b37a03c1 (diff)
* lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry points
from here... * lib/gdo32.dll: ...to here.
Diffstat (limited to 'winsup/w32api')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/lib/gdi32.def2
-rw-r--r--winsup/w32api/lib/msimg32.def2
3 files changed, 8 insertions, 2 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 990547fe7..a278a87ee 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -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,
diff --git a/winsup/w32api/lib/gdi32.def b/winsup/w32api/lib/gdi32.def
index a0b76f724..b2252d28c 100644
--- a/winsup/w32api/lib/gdi32.def
+++ b/winsup/w32api/lib/gdi32.def
@@ -143,7 +143,9 @@ GetColorAdjustment@8
GetColorSpace@4
GetCurrentObject@8
GetCurrentPositionEx@8
+GetDCBrushColor@4
GetDCOrgEx@8
+GetDCPenColor@4
GetDIBColorTable@16
GetDIBits@28
GetDeviceCaps@8
diff --git a/winsup/w32api/lib/msimg32.def b/winsup/w32api/lib/msimg32.def
index 7dcf21598..4f722a15b 100644
--- a/winsup/w32api/lib/msimg32.def
+++ b/winsup/w32api/lib/msimg32.def
@@ -1,7 +1,5 @@
LIBRARY MSIMG32.DLL
EXPORTS
AlphaBlend@44
-GetDCBrushColor@4
-GetDCPenColor@4
GradientFill@24
TransparentBlt@44