diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2004-12-02 05:55:45 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2004-12-02 05:55:45 +0000 |
commit | f77390bbdb5b43a34436e604c1ac19a7ef621c2d (patch) | |
tree | 4b29f16777fac274b0ca2f79663f028cf051fad4 /winsup | |
parent | a923c2466085cb0e13043e8f52c11f4379d2e307 (diff) | |
download | cygnal-f77390bbdb5b43a34436e604c1ac19a7ef621c2d.tar.gz cygnal-f77390bbdb5b43a34436e604c1ac19a7ef621c2d.tar.bz2 cygnal-f77390bbdb5b43a34436e604c1ac19a7ef621c2d.zip |
* lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect,
ImageList_Duplicate): Add stubs.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/w32api/ChangeLog | 5 | ||||
-rw-r--r-- | winsup/w32api/lib/comctl32.def | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 5676ffc72..42d86def6 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,5 +1,10 @@ 2004-12-02 Danny Smith <dannysmith@users.sourceforge.net> + * lib/comctl32.def (ImageList_Copy, ImageList_DrawIndirect, + ImageList_Duplicate): Add stubs. + +2004-12-02 Danny Smith <dannysmith@users.sourceforge.net> + * lib/directx/strmiids.c (MEDIASUBTYPE_YV12): Correct GUID. Thanks to "Pete" <pross@xvid.org> diff --git a/winsup/w32api/lib/comctl32.def b/winsup/w32api/lib/comctl32.def index 001c64c9d..57c2db5eb 100644 --- a/winsup/w32api/lib/comctl32.def +++ b/winsup/w32api/lib/comctl32.def @@ -59,6 +59,7 @@ ImageList_Add@12 ImageList_AddIcon@8 ImageList_AddMasked@12 ImageList_BeginDrag@16 +ImageList_Copy@20 ImageList_Create@20 ImageList_Destroy@4 ImageList_DragEnter@12 @@ -67,6 +68,8 @@ ImageList_DragMove@8 ImageList_DragShowNolock@4 ImageList_Draw@24 ImageList_DrawEx@40 +ImageList_DrawIndirect@4 +ImageList_Duplicate@4 ImageList_EndDrag@0 ImageList_GetBkColor@4 ImageList_GetDragImage@8 |