wine/programs/explorer
Davide Beatrici f266dc094a explorer: Fix uninitialized variable warning.
programs/explorer/desktop.c:104:16: warning: ‘hres’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  104 |         return hres;
      |                ^~~~
2023-05-23 22:36:50 +02:00
..
tests explorer: Use a valid taskbar position when the taskbar is hidden. 2022-11-17 10:00:24 +01:00
appbar.c explorer: Enable compilation with long types. 2022-02-04 11:20:33 +01:00
desktop.c explorer: Fix uninitialized variable warning. 2023-05-23 22:36:50 +02:00
explorer.c shell32: Implement SHOpenFolderAndSelectItems(). 2022-07-15 20:01:05 +02:00
explorer.manifest explorer: Add system DPI awareness settings to the application manifest. 2021-09-06 14:55:06 +02:00
explorer.rc explorer: Enable visual styles. 2021-06-09 23:38:44 +02:00
explorer_private.h explorer: Add a generic handler for desktop notifications. 2016-05-31 13:55:45 +09:00
Makefile.in explorer: Create clipboard manager thread when creating a desktop. 2022-05-31 22:52:45 +02:00
resource.h
startmenu.c explorer: Put the calling convention inside the function pointer parentheses. 2022-11-22 18:27:30 +01:00
systray.c explorer: Use a valid taskbar position when the taskbar is hidden. 2022-11-17 10:00:24 +01:00