https://bugs.winehq.org/show_bug.cgi?id=50369
Jacek Caban jacek@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |jacek@codeweavers.com
--- Comment #2 from Jacek Caban jacek@codeweavers.com --- The layout we use matches modern Windows and we have tests for that (test_shared_handle_table). Note that it depends on kernel architecture, not process, so using 64-bit layout is fine for win64 prefixes. I recall reading that it changed at some point in earlier Windows versions, but if it works on recent Windows, we could probably support it.
We're not yet fully compatible with native. For example we don't support ProcessId and Flags, but it shouldn't be hard to add.