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.
This commit is contained in:
Danny Smith 2002-12-26 10:40:58 +00:00
parent d9633de92c
commit dfc7f86821
3 changed files with 7 additions and 3 deletions

View File

@ -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> 2002-12-26 Danny Smith <dannysmith@users.sourceforge.net>
* include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version. * include/dbt.h (DEV_BROADCAST_PORT): Add UNICODE version.

View File

@ -335,9 +335,6 @@ extern "C" {
#define JOHAB_CHARSET 130 #define JOHAB_CHARSET 130
#define VIETNAMESE_CHARSET 163 #define VIETNAMESE_CHARSET 163
#define MAC_CHARSET 77 #define MAC_CHARSET 77
#define BALTIC_CHARSET 186
#define JOHAB_CHARSET 130
#define VIETNAMESE_CHARSET 163
#define OUT_DEFAULT_PRECIS 0 #define OUT_DEFAULT_PRECIS 0
#define OUT_STRING_PRECIS 1 #define OUT_STRING_PRECIS 1
#define OUT_CHARACTER_PRECIS 2 #define OUT_CHARACTER_PRECIS 2

View File

@ -86,6 +86,7 @@ ImageList_ReplaceIcon@12
ImageList_SetBkColor@8 ImageList_SetBkColor@8
ImageList_SetDragCursorImage@16 ImageList_SetDragCursorImage@16
ImageList_SetIconSize@12 ImageList_SetIconSize@12
ImageList_SetImageCount@8
ImageList_SetOverlayImage@12 ImageList_SetOverlayImage@12
ImageList_Write@8 ImageList_Write@8
InitCommonControls@0 InitCommonControls@0