diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-05-07 22:58:26 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-05-07 22:58:26 +0000 |
commit | 735bb7e7d7c52aedc7099411ef235fee206e7240 (patch) | |
tree | bd22758ad486c9dd8f343b8eae96c7830862024b /winsup/w32api/include/commctrl.h | |
parent | 78fb94692852882f40a2f836338c2a3f5d66bdc4 (diff) | |
download | cygnal-735bb7e7d7c52aedc7099411ef235fee206e7240.tar.gz cygnal-735bb7e7d7c52aedc7099411ef235fee206e7240.tar.bz2 cygnal-735bb7e7d7c52aedc7099411ef235fee206e7240.zip |
* include/commctrl.h (ImageList_DragShowNolock): Remove
conflicting redeclaration.
Diffstat (limited to 'winsup/w32api/include/commctrl.h')
-rw-r--r-- | winsup/w32api/include/commctrl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/w32api/include/commctrl.h b/winsup/w32api/include/commctrl.h index a80aa67a6..bcbf79974 100644 --- a/winsup/w32api/include/commctrl.h +++ b/winsup/w32api/include/commctrl.h @@ -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) |