Rafael Rivera
Rafael Rivera
Lets go for it @glandium. 👍 Happy to help test along the way. Start with the first three non-WIP branches perhaps?
@rgwood See the Remarks on that page and [this FAQ entry](https://github.com/microsoft/windows-rs/blob/master/docs/FAQ.md#why-are-some-equivalents-to-cc-macros-from-the-windows-sdk-missing). 👍 > This is an inline function, with its source code provided in the header.
> In some of them, all the symbols are without numbers (e.g. icu) Right, I suspect most of these issues will actually root in upstream win32 metadata. In the case...
> Full list here: https://gist.github.com/glandium/395e52e494b56094184ab8d898340d89 Great, thanks! > Well, currently, the @ number is added for all symbols, so there's at least a part of the problem on this side....
Hey @joelmartinez, that looks correct. `0` corresponds to `ClassInterfaceType.None`. The docs now show duplicate values, though: ``` [System.Runtime.InteropServices.ClassInterface(0)] [System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)] ``` Source: https://referencesource.microsoft.com/#Accessibility/Accessibility/CAccPropServicesClass.cs,10
@ehuss Kenny is out this week but some scenarios are listed here https://github.com/microsoft/windows-rs/issues/979#issuecomment-880271566. I'll take a stab here at paraphrasing: The `windows` crate has a build script that generates bindings...
@jyn514 Ah right, forgot. Thanks! This doesn't affect the proposed change much. The bottom line is we'd like a pointer to the target directory for the aforementioned reasons.
Can't reproduce this on Windows 11 25193.1000. Could be a Windows 10 bug, investigating.
@Ameer2002 What is your shortcut? `Ctrl+~` here seems to be okay so far.
Bluetooth audio is undergoing some changes in Windows 11. There are also the concepts of disconnecting a device (e.g. due to power down) and unpairing (completely disassociating from a device),...