reactos/dll
Hermès Bélusca-Maïto 9b8bab9999 [0.4.15][SHELL32] CDefView.cpp: fix MSVC build warning C5208
This is a cherry-pick the master-commit 0.4.15-dev-8637-g 0293d0c597
which was one of two commits that were pushed concurrently to me creating the releases/0.4.15 branch,
which I branched at 0.4.15-dev-8636-g 945e856031
but before the "0.4.16-dev" git tag was created.
To make sure they won't end up in no-mans-land.

[SHELL32] CDefView.cpp: fix MSVC build warning C5208
"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).

(cherry picked from commit 0293d0c597)
2024-09-10 21:06:57 +02:00
..
3rdparty
appcompat [APPHELP] SdbGUIDToString(): use sizeof(WCHAR) instead of '2' (#7137) 2024-07-11 18:28:54 +02:00
cpl [DESK] _countof and rc-trivia (#7298) 2024-09-10 01:46:08 +02:00
directx [CMAKE] Use COMPILE_OPTIONS instead of superseded COMPILE_FLAGS 2024-08-21 11:34:48 +03:00
ime [MSCTFTIME] Add Russian (ru-RU) translation 2024-07-09 18:24:17 +03:00
keyboard [KEYBOARD] Fix left key code in extended_key_names in several layouts (#7311) 2024-09-08 02:32:27 +03:00
nls
np
ntdll [CMAKE] Statically link _ftol2/__ftoul2_legacy to libntdll 2024-08-27 21:34:50 +03:00
opengl [CMAKE] Use COMPILE_OPTIONS instead of superseded COMPILE_FLAGS 2024-08-21 11:34:48 +03:00
shellext [STOBJECT] Do not report the remaining battery capacity if it is unknown 2024-08-13 14:17:04 +02:00
win32 [0.4.15][SHELL32] CDefView.cpp: fix MSVC build warning C5208 2024-09-10 21:06:57 +02:00
CMakeLists.txt