AAlexandre Julliardwine.inf: Fix section name for DefaultInstall.ntx86 services.
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
tools: Move the loader man pages to the new Wine loader directory. And remove mention of the WINELOADER variable. | 1 年前 | |
loader: Use _NSGetExecutablePath to implement get_self_exe on macOS. | 1 年前 | |
loader: Get rid of the pthread support routines. | 16 年前 | |
loader: Don't return from __stack_chk_fail() stub in preloader. GCC expects __stack_chk_fail() to be noreturn[1]. Returning from __stack_chk_fail() can thus lead to subtle failures. When crashing, use a volatile NULL pointer dereference. Ideally we would like to "abort()" here, but doing so would require two more syscall definitions just for a cold function. After all, the function isn't even used at all if -fno-stack-protector is specified. Also, don't say "stack smashing" (unlike glibc). The preloader currently initializes the stack canary value to a fixed value (0), which serves little value in protecting against actual buffer overrun attacks. [1]: https://gcc.gnu.org/onlinedocs/gcc-9.1.0/gccint/Stack-Smashing-Protection.html | 2 年前 | |
loader: In macOS preloader, add __program_vars section. This is needed to be a correct macOS 10.7 binary. | 2 年前 | |
loader: Associate Wine with internet shortcuts. | 2 年前 | |
wine.inf: Fix section name for DefaultInstall.ntx86 services. Fixes: 43f35448052c43a7c002a4cb24fb7187a5cb82ea | 10 个月前 | |
loader: Add the CFBundleAllowMixedLocalizations key to the embedded Info.plist to allow Cocoa to localize its strings. The loader itself is not a bundled application, so it has no localizations as far as the Mac APIs are concerned. Its CFBundleDevelopmentRegion is English, so that's the preferred localization that the Mac APIs choose for it. Cocoa manages the Enter Full Screen menu item that the Mac driver creates. By default, Cocoa prefers not to mix localizations. Therefore, even though Cocoa contains localized strings for "Enter Full Screen", it was just using the English one for Wine, regardless of system language. Setting this key tells it to use the non-English localizations from Cocoa even though the loader's own preferred localization is English. Signed-off-by: Ken Thomases <ken@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org> | 10 年前 |