wine/loader
Michael Müller cfab11e16a wine.inf: Register the New menu as a directory background context menu handler.
CDBurnerXP expects the ContextMenuHandlers key to exist, and apparently
enumerates it until it receives ERROR_NO_MORE_ITEMS. If it fails to open the
key, it will spin forever trying to call RegEnumKeyExW(NULL) and getting
ERROR_INVALID_HANDLE.

We could simply create an empty ContextMenuHandlers key here, but this will
allow the New menu to work in the builtin explorer view once shellex handlers
are implemented.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=29523
2024-03-01 23:14:22 +01:00
..
main.c configure: Use hidden visibility also when building Unix libraries. 2023-11-08 10:27:21 +01:00
main.h
Makefile.in loader: Force building the main loader as PIE on 64-bit. 2023-06-19 17:30:45 +02:00
preloader.c loader: Don't return from __stack_chk_fail() stub in preloader. 2023-09-04 11:40:38 +02:00
preloader_mac.c loader: In macOS preloader, add __program_vars section. 2023-07-18 15:16:12 +02:00
wine.de.UTF-8.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine.desktop loader: Associate Wine with internet shortcuts. 2023-10-30 13:33:28 +01:00
wine.fr.UTF-8.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine.inf.in wine.inf: Register the New menu as a directory background context menu handler. 2024-03-01 23:14:22 +01:00
wine.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine.pl.UTF-8.man.in loader: Remove absolute paths references from the man page. 2024-01-02 21:54:41 +01:00
wine_info.plist.in