* include/commctrl.h (ImageList_DragShowNolock): Remove

conflicting redeclaration.
This commit is contained in:
Danny Smith 2002-05-07 22:58:26 +00:00
parent 78fb946928
commit 735bb7e7d7
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2002-05-08 Danny Smith <dannysmith@users.sourceforge.net>
* include/commctrl.h (ImageList_DragShowNolock): Remove
conflicting redeclaration.
2002-05-07 Danny Smith <dannysmith@users.sourceforge.net>
* include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT,

View File

@ -2074,7 +2074,6 @@ void WINAPI InitCommonControls(void);
#if (_WIN32_IE >= 0x0300)
BOOL WINAPI InitCommonControlsEx(LPINITCOMMONCONTROLSEX);
#endif
WINBOOL WINAPI ImageList_DragShowNolock(BOOL);
int WINAPI LBItemFromPt(HWND,POINT,BOOL);
#define ListView_GetBkColor(w) (COLORREF)SNDMSG((w),LVM_GETBKCOLOR,0,0)
#define ListView_GetImageList(w,i) (HIMAGELIST)SNDMSG((w),LVM_GETIMAGELIST,(i),0)