I am trying the Sortlist example found at CodeGuru. On my Win98 VC++ 4.2 program compiles fine. However I can not find any help on the following line. On Win 95 system w/ same compiler it does not compile saying

error C2065: 'ListView_SetExtendedListViewStyle' : undeclared identifier

What is the workaround. Is there a system dll, that this function is implemented in?

Any help is appreciated.

[email protected]