mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
0293d0c597
"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). |
||
---|---|---|
.. | ||
3rdparty | ||
appcompat | ||
cpl | ||
directx | ||
ime | ||
keyboard | ||
nls | ||
np | ||
ntdll | ||
opengl | ||
shellext | ||
win32 | ||
CMakeLists.txt |