structuredquery is required to support AQS filters in Windows.Devices.Enumeration's `FindAllAsync` methods, this adds a basic set of stubs to get the ball rolling.
--
v9: dlls/structuredquery: Add stubs for IQueryParserManager.
dlls/structuredquery/tests: Add conformance tests for IQueryParserManager.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6788
structuredquery is required to support AQS filters in Windows.Devices.Enumeration's `FindAllAsync` methods, this adds a basic set of stubs to get the ball rolling.
--
v8: dlls/structuredquery: Add stubs for IQueryParserManager.
dlls/structuredquery/tests: Add conformance tests for IQueryParserManager.
include/structuredquery.idl: Add IQueryParserManager.
dlls/structuredquery: Add stubs for QueryParser.
dlls/structuredquery/tests: Add conformance tests for QueryParser.
dlls/structuredquery: Add stub DLL.
include: Add structuredquery.idl.
https://gitlab.winehq.org/wine/wine/-/merge_requests/6788
In native Windows, the COPY command will display the names of the files as they are copied. Wine should do the same. This change enables that.
--
v10: cmd/tests: Add tests to verify COPY command output.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200
On Fri Jun 6 18:17:35 2025 +0000, Jacek Caban wrote:
> I tested mostly with LLVM git, but version 19 seems to work too, unless
> I'm checking it wrong. For example, I get:
> ```
> $ llvm-pdbutil dump --symbols
> programs/notepad/x86_64-windows/notepad.pdb |grep NOTEPAD_WndProc
> 7468 | S_LPROC32 [size = 56] `NOTEPAD_WndProc`
> ```
> Do you not see such symbols in your build or did you mean something else?
looks like I picked a wrong PDB, work as expected
sorry for the noise
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8193#note_105807