*** g:\mssdk\INCLUDE\CommCtrl.h Fri Jul 31 16:02:52 1998 --- CommCtrl.h Sun Jan 3 13:30:12 1999 *************** *** 3464,3470 **** SNDMSG((hwndLV), LVM_SETITEMCOUNT, (WPARAM)cItems, (LPARAM)dwFlags) #endif ! typedef int (CALLBACK *PFNLVCOMPARE)(LPARAM, LPARAM, LPARAM); #define LVM_SORTITEMS (LVM_FIRST + 48) --- 3464,3470 ---- SNDMSG((hwndLV), LVM_SETITEMCOUNT, (WPARAM)cItems, (LPARAM)dwFlags) #endif ! typedef int CALLBACK (*PFNLVCOMPARE)(LPARAM, LPARAM, LPARAM); #define LVM_SORTITEMS (LVM_FIRST + 48) *************** *** 4487,4493 **** #endif ! typedef int (CALLBACK *PFNTVCOMPARE)(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort); #if (_WIN32_IE >= 0x0300) #define LPTV_SORTCB LPTVSORTCB --- 4487,4493 ---- #endif ! typedef int CALLBACK (*PFNTVCOMPARE)(LPARAM lParam1, LPARAM lParam2, LPARAM lParamSort); #if (_WIN32_IE >= 0x0300) #define LPTV_SORTCB LPTVSORTCB