Module: wine Branch: master Commit: 523cf3d4641b6e8058a8e9ac1a4f2542397c6218 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=523cf3d4641b6e8058a8e9ac... Author: Nicolas Delcros <nicolas(a)dyalog.com> Date: Wed Sep 13 17:51:08 2006 +0100 include/commctrl.h: TV_DISPINFO constants definition. --- include/commctrl.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/include/commctrl.h b/include/commctrl.h index 86d7bfd..87712ae 100644 --- a/include/commctrl.h +++ b/include/commctrl.h @@ -2572,6 +2572,8 @@ typedef struct tagTVDISPINFOW { #define NMTVDISPINFO WINELIB_NAME_AW(NMTVDISPINFO) #define LPNMTVDISPINFO WINELIB_NAME_AW(LPNMTVDISPINFO) +#define TV_DISPINFOA NMTVDISPINFOA +#define TV_DISPINFOW NMTVDISPINFOW #define TV_DISPINFO NMTVDISPINFO typedef INT (CALLBACK *PFNTVCOMPARE)(LPARAM, LPARAM, LPARAM);