list.winehq.org
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

Wine-gitlab

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
wine-gitlab@list.winehq.org

March 2025

  • 3 participants
  • 961 discussions
Re: [PATCH v2 0/1] MR7594: msvcrt: Add _IONBF flag check in _filbuf to avoid dead loop in application which sets the flag.
by Piotr Caban (@piotr) 17 Mar '25

17 Mar '25
Piotr Caban (@piotr) commented about dlls/msvcrt/file.c: > return EOF; > } > > - if(!(file->_flag & (_IOMYBUF | MSVCRT__USERBUF))) { > + if(!(file->_flag & (_IONBF | _IOMYBUF | MSVCRT__USERBUF))) { ```suggestion:-0+0 if(!(file->_flag & (MSVCRT__NOBUF | _IOMYBUF | MSVCRT__USERBUF))) { ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7594#note_98086
1 0
0 0
[PATCH v2 0/5] MR7559: cfgmgr32: Implement CM_Register_Notification and CM_Unregister_Notification.
by Vibhav Pant (@vibhavp) 17 Mar '25

17 Mar '25
The methods are needed to implement Bluetooth device pairing in `bluetoothapis.dll` without having to create a dummy window for `RegisterDeviceNotification`, as that may break CLI applications. `CM_Register_Notification` is implemented as a thin wrapper over `I_ScRegisterDeviceNotification`, mapping `DBT_*` flags to their associated `CM_NOTIFY_*` constants. -- v2: user32: Remove incorrect FIXME warning while registering for DBT_DEVTYP_HANDLE notifications. cfgmgr32: Implement CM_Register_Notification and CM_Unregister_Notification. dinput/tests: Add tests for CM_Register_Notification. cfgmgr32/tests: Add basic tests for CM_(Un)Register_Notification. https://gitlab.winehq.org/wine/wine/-/merge_requests/7559
2 7
0 0
Re: [PATCH v10 0/7] MR7472: winebth.sys part 6: Add support for device inquiry/scanning.
by Vibhav Pant (@vibhavp) 17 Mar '25

17 Mar '25
On Mon Mar 17 12:34:11 2025 +0000, Rémi Bernon wrote: > This broke some test validation, see > https://test.winehq.org/data/patterns.html#bluetoothapis:device. The > issue is about using skip from a different file than the test module > being executed. You need to either add a "subtest" call with the other > file name, or pass __FILE__ from the executing test module to the skip_ call. Sorry about that, I have created !7598 to fix this. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7472#note_98080
1 0
0 0
[PATCH 0/1] MR7598: bluetoothapis/tests: Use the correct file name while skipping tests when no radios are found.
by Vibhav Pant (@vibhavp) 17 Mar '25

17 Mar '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7598
2 1
0 0
[PATCH v3 0/7] MR7565: windows.system.profile.systemid: Implement ISystemIdentificationInfo::get_Source().
by Mohamad Al-Jaf (@maljaf) 17 Mar '25

17 Mar '25
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55759 -- v3: windows.system.profile.systemid: Implement ISystemIdentificationInfo::get_Source(). windows.system.profile.systemid/tests: Add ISystemIdentificationInfo::get_Source() tests. windows.system.profile.systemid: Partially implement ISystemIdentificationStatics::GetSystemIdForPublisher(). https://gitlab.winehq.org/wine/wine/-/merge_requests/7565
3 8
0 0
[PATCH 0/4] MR7559: cfgmgr32: Implement CM_Register_Notification and CM_Unregister_Notification.
by Vibhav Pant (@vibhavp) 17 Mar '25

17 Mar '25
The methods are needed to implement Bluetooth device pairing in `bluetoothapis.dll` without having to create a dummy window for `RegisterDeviceNotification`, as that may break CLI applications. `CM_Register_Notification` is implemented as a thin wrapper over `I_ScRegisterDeviceNotification`, mapping `DBT_*` flags to their associated `CM_NOTIFY_*` constants. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7559
3 8
0 0
[PATCH 0/8] MR7597: wintypes: Implement IBufferByteAccess::Buffer().
by Mohamad Al-Jaf (@maljaf) 17 Mar '25

17 Mar '25
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=55759 -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7597
3 10
0 0
Re: [PATCH v10 0/7] MR7472: winebth.sys part 6: Add support for device inquiry/scanning.
by Rémi Bernon 17 Mar '25

17 Mar '25
This broke some test validation, see https://test.winehq.org/data/patterns.html#bluetoothapis:device. The issue is about using skip from a different file than the test module being executed. You need to either add a "subtest" call with the other file name, or pass __FILE__ from the executing test module to the skip_ call. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7472#note_98062
1 0
0 0
[PATCH 0/1] MR7596: wldap32: Also initialize idW.Flags field.
by Dmitry Timoshkov (@dmitry) 17 Mar '25

17 Mar '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7596
3 2
0 0
[PATCH 0/1] MR7533: gdi32: Avoid failing FillPath() for a EMF hdc.
by Dmitry Timoshkov (@dmitry) 17 Mar '25

17 Mar '25
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/7533
4 7
0 0
  • ← Newer
  • 1
  • ...
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • ...
  • 97
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.