include/commctrl.h: TV_DISPINFO constants definition.

This commit is contained in:
Nicolas Delcros 2006-09-13 17:51:08 +01:00 committed by Alexandre Julliard
parent e21f6df630
commit 523cf3d464
1 changed files with 2 additions and 0 deletions

View File

@ -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);