wine/dlls/shell32
Yuxuan Shui 85d029e3b0 shell32: Rely solely on SHELL_FindExecutable for ShellExecute.
This does two things:

1. ShellExecute no longer searches in the directory where the current executable is in.
2. We always CreateProcess with a fully qualified path, so we CreateProcess won't do its own path
   resolution.

Serendipitously this also fixes some existing todos in tests.
2024-03-21 10:51:00 +01:00
..
resources
tests shell32: Rely solely on SHELL_FindExecutable for ShellExecute. 2024-03-21 10:51:00 +01:00
appbar.c
assoc.c
autocomplete.c
brsfolder.c
changenotify.c
classes.c
clipboard.c shell32: Reimplement the data object to store a generic array of HGLOBALs. 2024-03-06 19:01:28 +01:00
control.c
cpanel.h
cpanelfolder.c
dataobject.c shell32: Implement IDataObject::SetData(). 2024-03-06 19:01:28 +01:00
dde.c
debughlp.c
debughlp.h
dialogs.c
dragdrophelper.c
ebrowser.c
enumidlist.c
folders.c
iconcache.c
Makefile.in shell32: Stub CLSID_NewMenu. 2024-02-27 11:37:46 +01:00
new_menu.c shell32: Implement InvokeCommand() for the new menu. 2024-02-29 19:21:47 +01:00
pidl.c
pidl.h
recyclebin.c shell32: Remove the no longer used ISFHelper::CopyItems() helper. 2024-03-07 22:56:12 +01:00
shell32.manifest
shell32.rc shell32: Implement Paste in the item menu. 2024-03-04 15:39:06 +01:00
shell32.rgs
shell32.spec
shell32_classes.idl shell32: Stub CLSID_NewMenu. 2024-02-27 11:37:46 +01:00
shell32_main.c shell32: Return an initial "New" menu. 2024-02-29 19:19:28 +01:00
shell32_main.h shell32: Reimplement the data object to store a generic array of HGLOBALs. 2024-03-06 19:01:28 +01:00
shell32_tlb.idl
shelldispatch.c
shellfolder.h shell32: Remove the no longer used ISFHelper::CopyItems() helper. 2024-03-07 22:56:12 +01:00
shellitem.c
shelllink.c
shellole.c shell32: Stub CLSID_NewMenu. 2024-02-27 11:37:46 +01:00
shellord.c
shellpath.c shell32: PathResolve should remove trailing dot. 2024-03-21 10:50:59 +01:00
shellreg.c
shellstring.c
shfldr.h
shfldr_desktop.c
shfldr_fs.c shell32: Construct the proper path target for UnixFolder. 2024-03-12 08:32:18 +01:00
shfldr_mycomp.c
shfldr_netplaces.c
shfldr_printers.c
shlexec.c shell32: Rely solely on SHELL_FindExecutable for ShellExecute. 2024-03-21 10:51:00 +01:00
shlfileop.c shell32: Create nonexistent destination directories in FO_MOVE. 2024-03-19 23:02:11 +01:00
shlfolder.c
shlfsbind.c
shlmenu.c
shlview.c shell32: Do not set the default menu item from ShellView_DoContextMenu(). 2024-02-19 18:26:52 +01:00
shlview_cmenu.c shell32: Respect the drop effect in do_paste(). 2024-03-07 22:56:12 +01:00
shpolicy.c
shresdef.h wine.inf: Add ShellNew registry entries for Folder. 2024-02-29 19:21:08 +01:00
systray.c
version.h