https://git.reactos.org/?p=reactos.git;a=commitdiff;h=31d7680a53c79b3a2c68b27dc881b7de3971dca5
commit 31d7680a53c79b3a2c68b27dc881b7de3971dca5 Author: Katayama Hirofumi MZ <[email protected]> AuthorDate: Sun Oct 13 10:45:17 2019 +0900 Commit: Katayama Hirofumi MZ <[email protected]> CommitDate: Sun Oct 13 10:45:17 2019 +0900 [SDK][INCLUDE] Update msgdump.h --- sdk/include/reactos/msgdump.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sdk/include/reactos/msgdump.h b/sdk/include/reactos/msgdump.h index fde8758f66d..a2ae64c4156 100644 --- a/sdk/include/reactos/msgdump.h +++ b/sdk/include/reactos/msgdump.h @@ -5,7 +5,7 @@ * COPYRIGHT: Copyright 2018-2019 Katayama Hirofumi MZ ([email protected]) */ #ifndef _INC_MSGDUMP -#define _INC_MSGDUMP 15 /* Version 15 */ +#define _INC_MSGDUMP 16 /* Version 16 */ /* * NOTE: MD_msgdump function in this file provides Win32API message dump feature. @@ -3547,6 +3547,10 @@ MD_ListView_OnSetSelectedColumn(HWND hwnd, INT iCol) MSGDUMP_PREFIX, (void *)hwnd, iCol); } +#ifndef LVM_SETTILEWIDTH + #define LVM_SETTILEWIDTH (LVM_FIRST+141) +#endif + static __inline LRESULT MSGDUMP_API MD_ListView_OnSetTileWidth(HWND hwnd, WPARAM wParam, LPARAM lParam) {
