* include/commctrl.h (ImageList_DragShowNolock): Remove
conflicting redeclaration.
This commit is contained in:
		| @@ -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> | 2002-05-07  Danny Smith  <dannysmith@users.sourceforge.net> | ||||||
|  |  | ||||||
| 	* include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT, | 	* include/windows.h: Move ANONYMOUS_UNION, _ANONYMOUS_STRUCT, | ||||||
|   | |||||||
| @@ -2074,7 +2074,6 @@ void WINAPI InitCommonControls(void); | |||||||
| #if (_WIN32_IE >= 0x0300) | #if (_WIN32_IE >= 0x0300) | ||||||
| BOOL WINAPI InitCommonControlsEx(LPINITCOMMONCONTROLSEX); | BOOL WINAPI InitCommonControlsEx(LPINITCOMMONCONTROLSEX); | ||||||
| #endif | #endif | ||||||
| WINBOOL WINAPI ImageList_DragShowNolock(BOOL); |  | ||||||
| int WINAPI LBItemFromPt(HWND,POINT,BOOL); | int WINAPI LBItemFromPt(HWND,POINT,BOOL); | ||||||
| #define ListView_GetBkColor(w) (COLORREF)SNDMSG((w),LVM_GETBKCOLOR,0,0) | #define ListView_GetBkColor(w) (COLORREF)SNDMSG((w),LVM_GETBKCOLOR,0,0) | ||||||
| #define ListView_GetImageList(w,i) (HIMAGELIST)SNDMSG((w),LVM_GETIMAGELIST,(i),0) | #define ListView_GetImageList(w,i) (HIMAGELIST)SNDMSG((w),LVM_GETIMAGELIST,(i),0) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user