-
232bf669
by Alexandre Julliard at 2026-05-14T11:53:40+02:00
ntdll: Always get the 64-bit TEB from the 32-bit one.
To fail gracefully for threads without a TEB.
-
9eb7765d
by Alexandre Julliard at 2026-05-14T11:54:17+02:00
ntdll: Pass the thread data to get_cpu_area().
-
add8a514
by Alexandre Julliard at 2026-05-14T12:12:37+02:00
ntdll: Add a helper function to initialize a CLIENT_ID structure.
-
095e626b
by Alexandre Julliard at 2026-05-14T12:16:38+02:00
winealsa.drv: Move zero_bits initialization to the wow64 attach callback.
To avoid referencing the TEB.
-
98d3e36f
by Alexandre Julliard at 2026-05-14T12:16:54+02:00
winecoreaudio.drv: Move zero_bits initialization to the wow64 attach callback.
To avoid referencing the TEB.
-
f1ca2eee
by Alexandre Julliard at 2026-05-14T12:17:07+02:00
wineoss.drv: Move zero_bits initialization to the wow64 attach callback.
To avoid referencing the TEB.
-
4573f779
by Alexandre Julliard at 2026-05-14T12:17:24+02:00
winepulse.drv: Move zero_bits initialization to the wow64 attach callback.
To avoid referencing the TEB.