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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-12-26 13:40:58 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2002-12-26 13:40:58 +0300
commitdfc7f86821d8052938e87a762a910fe9b54024e4 (patch)
tree9b2b479c43f9de17e54b3daa5fb55de166d37e7b
parentd9633de92c657130fed87e162b4cdfc329044bc5 (diff)
2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
* include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET, VIETNAMESE_CHARSET): Remove duplicate defines. * lib/comctl32.def (ImageList_SetImageCount): Add stub.
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/wingdi.h3
-rw-r--r--winsup/w32api/lib/comctl32.def1
3 files changed, 7 insertions, 3 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9b55ef002..1962c85b6 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,9 @@
+2002-12-26 Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
+
+ * include/wingdi.h (BALTIC_CHARSET, JOHAB_CHARSET,
+ VIETNAMESE_CHARSET): Remove duplicate defines.
+ * lib/comctl32.def (ImageList_SetImageCount): Add stub.
+
2002-12-26 Danny Smith <dannysmith@users.sourceforge.net>
* include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.
diff --git a/winsup/w32api/include/wingdi.h b/winsup/w32api/include/wingdi.h
index 3ef2639b5..75e7a3643 100644
--- a/winsup/w32api/include/wingdi.h
+++ b/winsup/w32api/include/wingdi.h
@@ -335,9 +335,6 @@ extern "C" {
#define JOHAB_CHARSET 130
#define VIETNAMESE_CHARSET 163
#define MAC_CHARSET 77
-#define BALTIC_CHARSET 186
-#define JOHAB_CHARSET 130
-#define VIETNAMESE_CHARSET 163
#define OUT_DEFAULT_PRECIS 0
#define OUT_STRING_PRECIS 1
#define OUT_CHARACTER_PRECIS 2
diff --git a/winsup/w32api/lib/comctl32.def b/winsup/w32api/lib/comctl32.def
index f61ac3831..7fd9b4a3d 100644
--- a/winsup/w32api/lib/comctl32.def
+++ b/winsup/w32api/lib/comctl32.def
@@ -86,6 +86,7 @@ ImageList_ReplaceIcon@12
ImageList_SetBkColor@8
ImageList_SetDragCursorImage@16
ImageList_SetIconSize@12
+ImageList_SetImageCount@8
ImageList_SetOverlayImage@12
ImageList_Write@8
InitCommonControls@0