Module: wine Branch: refs/heads/master Commit: 06188b6d340ff1d4c7dab1c73c583cc1fa6f1a40 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=06188b6d340ff1d4c7dab1c7...
Author: Andrey Turkin pancha@mail.nnov.ru Date: Sat Feb 11 18:41:34 2006 +0100
shell32: IShellView list's control id should be 1, not 2000.
---
dlls/shell32/shlview.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/shell32/shlview.c b/dlls/shell32/shlview.c index f9f07ce..2cce8eb 100644 --- a/dlls/shell32/shlview.c +++ b/dlls/shell32/shlview.c @@ -146,7 +146,7 @@ static inline IShellViewImpl *impl_from_ #define IDM_VIEW_IDW (FCIDM_SHVIEWFIRST + 0x501) #define IDM_MYFILEITEM (FCIDM_SHVIEWFIRST + 0x502)
-#define ID_LISTVIEW 2000 +#define ID_LISTVIEW 1
#define SHV_CHANGE_NOTIFY WM_USER + 0x1111