mirror of
https://github.com/reactos/reactos.git
synced 2026-06-03 17:59:48 +08:00
"unnamed class used in typedef name cannot declare members other than non-static data members, member enumerations, or member classes." Suggestion by Whindmar Saksit. Use `struct LISTVIEW_SORT_INFO` instead of the typedef, since this is a structure defined and used only in this file, and we don't use pointers to it (LPLISTVIEW_SORT_INFO).
145 KiB
145 KiB