- May 14, 2024
-
-
Implementations are guarded by native function pointer checks but all functions have been present in libodbc for a very long time, so it doesn't appear to be needed anymore. The loading code checks the LIB_ODBC_DRIVER_MANAGER environment variable to allow the user to override the system version of the library. This can be achieved by other means, if it's still needed.
-
Alexandre Julliard authored
It was dropped in cda2886f. Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56665
-
- May 03, 2024
-
- Apr 30, 2024
-
-
-
Alexandre Julliard authored
Based on a patch by Jacek Caban.
-
- Apr 19, 2024
-
- Apr 05, 2024
-
- Mar 25, 2024
-
-
- Mar 22, 2024
-
- Mar 21, 2024
-
-
Alexandre Julliard authored
-
- Mar 11, 2024
-
-
Clang enables -Wenum-conversion by default anyway, we add it to CFLAGS to enable them on GCC. When explicitly enabled, Clang also enables additional warnings. Some of those warnings, like -Wenum-enum-conversion, are too strict to be practical with win32, so avoid enabling them.
-
-
Alexandre Julliard authored
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56411
-
- Mar 08, 2024
-
- Mar 06, 2024
-
-
Introduce the internal wayland_gl_drawable object, which associates a window (and its backing Wayland surface) with an EGL surface.
-
The driver performs basic EGL initialization.
-
- Feb 27, 2024
-
-
- Feb 23, 2024
-
-
Alexandre Julliard authored
PE code requires hardware floating point.
-
Alexandre Julliard authored
They are not needed for PE builds.
- Feb 17, 2024
-
-
Alexandre Julliard authored
-
- Feb 14, 2024
-
-
This only matches with digitizer devices for now, it could later be used for HID mice but for now we use a different path for that.
-
- Feb 13, 2024
-
-
- Feb 09, 2024
-
- Feb 06, 2024
-
-
autoconf 2.72 disabled the time size increase when LARGEFILE macro is being used: https://git.savannah.gnu.org/cgit/autoconf.git/commit/?id=cf09f48841b66fe76f606dd6018bb3a93242a7c9 That change can cause 32-bit Wine to return EOVERFLOW when running stat() on a file in certain edge cases (which causes some files to be skipped leading to applications failing to run properly). This change was tested with both autoconf 2.71 and 2.72 to make sure nothing broke there.
-
- Feb 01, 2024
- Jan 31, 2024
-
-
Alexandre Julliard authored
-
- Jan 30, 2024
-
-
- Jan 29, 2024
-
-
Alexandre Julliard authored
-
- Jan 26, 2024
-
- Jan 24, 2024
-
-
Alexandre Julliard authored
-
- Jan 19, 2024
-
-
- Jan 18, 2024
-
-
- Jan 17, 2024
-
-
- Jan 16, 2024
-
- Jan 12, 2024
-
- Jan 05, 2024
-
- Dec 22, 2023
-
- Dec 15, 2023
-