Menu

#386 Missing function in commctrl.h

Feature_requests
closed-invalid
2003-08-10
2003-07-24
Ross Burton
No

I was trying to build NSIS but this function is not
present inside commctrl.h:

ListView_SetExtendedListViewStyleEx(insthwnd,
LVS_EX_LABELTIP, LVS_EX_LABELTIP);

Discussion

  • Danny Smith

    Danny Smith - 2003-07-24

    Logged In: YES
    user_id=11494

    Its there but you need to
    #define _WIN32_IE 0x0400 (or higher) to see it.

    Perhaps w32api headers should provide a default _WIN32_IE,
    at least for WINVER >= 0x0500.

    Danny

     
  • Danny Smith

    Danny Smith - 2003-08-10
    • status: open --> closed-invalid