- Apr 30, 2024
-
-
-
-
-
For ShellExecute, if the specified file is found, we will try running it anyway, even if it doesn't have a "program" extension. Windows associations will take precedence over this.
-
So that the path returned by SHELL_FindExecutable would be fully qualified, otherwise CreateProcess will do its own path resolution which is not what we want.
-
-
Fix a regression from ee0aad5c, which changes the virtual desktop display frequency to that of the host display while adding modes of 60Hz. So when the host display is not 60Hz, we might get ChangeDisplaySettings() failures when virtual desktop is on because the target mode is not found because of the frequency difference.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
Alexandre Julliard authored
And build it as x86-64 code on ARM64EC.
-
Alexandre Julliard authored
And build them as x86-64 code on ARM64EC.
-
Alexandre Julliard authored
And build them as x86-64 code on ARM64EC.
-
Alexandre Julliard authored
Based on a patch by Jacek Caban.
-
- Apr 29, 2024
-
-
-
-
-
-
-
-
-
-
-
-
-
-
This makes builds reproducible, and matches the current MIDL behavior (except that MIDL's string representation will vary with the build machine timezone).
-
-
-
-
-
-
-